code-debug
code-debug copied to clipboard
Native debugging for VSCode
Apparently, hovering over comments causes the extension to try to evaluate the expression, resulting in many pop-up errors This is similar to #46 but a bit more disruptive. --- For...
1.fix implicitly type error of LogMessage 2.fix gdb check error, checkCommand success should not warning "Configured debugger ${dbgCommand} not found" ``` protected checkCommand(debuggerName: string): boolean { try { const command...
  solve the problem of failed parsing of STL containers
before:   after:  
### Symptom When using a recent version of gdb (anything after 2022 March 08), the thread context is not selected by the extension anymore, and therefore (multi-threaded?) binaries cannot be...
This prevents the error message when a variable can not be found.
I use VScode to debug C code in Ubuntu on gnome-termial, that's mean I add > "terminal": "", to my launch.json The problem is when I debug on the terminal,...
Using ssh gdb(13.1), triggering break point ok but with a wrong path launch.json: ```jsonc { "version": "0.2.0", "configurations": [ { "type": "gdb", "request": "launch", "name": "Launch (SSH)", "target": "func", "cwd":...

  Set the default input and output in the VSCode terminal, SSH is not supported for now.