Questions tagged [midebugger]
1 questions
2
votes
0 answers
How to configure scheduler-locking gdb option in VSCode
I can add additional argument from launch.json to gdb by miDebuggerArgs
Something like this:
"MIMode": "gdb",
"miDebuggerArgs": "-ex 'help set scheduler-locking'",
works as expected
But why this one doesn't work?
"miDebuggerArgs": "-ex 'show…

mr NAE
- 3,144
- 1
- 15
- 35