Skip to content

windows MinGW gdb and there is an error when call gdb #684

@qingzhu521

Description

@qingzhu521

{ "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 state

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions