Commands": [{"text":"target-run","description":"run target","ignoreFailures":false}],"launchCompleteCommand":"exec-run","linux": {"MIMode":"gdb","miDebuggerPath":"/usr/bin/gdb"},"osx": {"MIMode":"lldb"},"windows": {"MIMode":"gdb","miDebuggerPath":"C:\\MinGw\\bin\\gdb....
Command failed: xtensa-esp-elf-gdb-no-python --version 'xtensa-esp-elf-gdb-no-python' is not recognized as an internal or external command, operable program or batch file. Error checking xtensa-esp-elf-gdb version Error: Command failed: xtensa-esp-elf-gdb-no-python --version ...
The launch configuration is not being picked up. I have managed to get this running ingdbby entering the following into.vscode/launch.json: "configurations": [ { "name": "(gdb) Launch", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/bin/d-LINUX64/target-app"...