Код: Выделить всё
"version": "0.2.0",
"configurations": [
{
"name": "GDB Debug Manual Mode",
"type": "cppdbg",
"request": "launch",
// "program": "${BUILD_PATH}/bin-linux64/myprog-G",
"program": ,
"cwd": "",
"MIMode": "gdb",
"miDebuggerPath": "
",
"stopAtEntry": false,
"launchCompleteCommand": "None",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
},
]
}
]
}
Unable to perform this action because the process is running.
< /code>
Ожидание дольше (5-10 мин) не помогает. Я, должно быть, что -то упускаю. Может ли кто -нибудь справиться с мной, что мне не хватает или как отлаживать ее, чтобы понять проблему?>
Подробнее здесь: https://stackoverflow.com/questions/796 ... n-on-linux
Мобильная версия