mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-21 06:38:13 +00:00
25 lines
694 B
JSON
25 lines
694 B
JSON
{
|
|||
|
|
"version": "0.2.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "MQL5 Debug",
|
||
|
|
"type": "cppdbg",
|
||
|
|
"request": "launch",
|
||
|
|
"program": "C:\\Program Files\\MetaTrader 5\\terminal64.exe",
|
||
|
|
"args": [],
|
||
|
|
"stopAtEntry": false,
|
||
|
|
"cwd": "${workspaceFolder}",
|
||
|
|
"environment": [],
|
||
|
|
"externalConsole": false,
|
||
|
|
"MIMode": "gdb",
|
||
|
|
"setupCommands": [
|
||
|
|
{
|
||
|
|
"description": "Enable pretty-printing for gdb",
|
||
|
|
"text": "-enable-pretty-printing",
|
||
|
|
"ignoreFailures": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|