-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
debuggermore info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current state
Description
{ "version": "0.2.0", "configurations": [ { "name": "C++ Launch", "type": "cppdbg", "request": "launch", "program": "${workspaceRoot}/main.exe", "args": [], "stopAtEntry": false, "cwd": "${workspaceRoot}", "miDebuggerPath": "C:\\runenv\\MinGW\\bin\\gdb.exe", "environment": [], "externalConsole": true, "windows": { "MIMode": "gdb" } } ] }
this is my launch.json and when I use debug there is a error
Unable to start debugging. Unexpected GDB output from command "-gdb-set solib-search-path c:\Users\xxxx\Documents;". No symbol table is loaded. Use the "file" command.
I think program mistake to give gdb command "the set solib-search-path to windows gdb"
Metadata
Metadata
Assignees
Labels
debuggermore info neededThe issue report is not actionable in its current stateThe issue report is not actionable in its current state