, as shown in the image below:

my launch.json < /code> выглядит как следующее: < /p>
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "prgAttach",
"type": "cppdbg",
"request": "attach",
"program": "~/JBL/SC-253/bin/azg",
"processId": "${command:pickProcess}",
"MIMode": "lldb"
},
//Followed by other debug configurations...
]
}
< /code>
Информация о моей платформе, полученная из кода> о коде Visual Studio,: < /p>
Version: 1.41.1
Commit: 26076a4de974ead31f97692a0d32f90d735645c0
Date: 2019-12-18T14:57:51.166Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 18.7.0
< /code>
Кто -нибудь еще знаком с проблемой? Есть предложения /обходные пути? Нет эффекта.
Утвердил, что я прикрепляюсь к правильному процессу.>
Подробнее здесь: https://stackoverflow.com/questions/598 ... c-debugger