code-debug
code-debug copied to clipboard
Native debugging for VSCode
Hi, I'm developing a FreeRTOS project, where I have a lot of tasks running which gdb shows as threads, and I find myself having to check manually the `info thread`...
If submitting a bug please make sure - [X] If you are using gdb - [X] `gdb --version` >= 7.7.1 - [X] it works on the command line with `gdb`...
Hi, Just like the conditional breakpoints, can log-points in vs code could be implemented using dprintfs? https://doc.ecoscentric.com/gnutools/doc/gdb/Dynamic-Printf.html It would be a helpful feature for remote debugging.
new feature to support: https://github.com/microsoft/vscode/issues/27950#issuecomment-613384814
If submitting a bug please make sure - [x] If you are using gdb - [x] `gdb --version` >= 7.7.1 - [ ] it works on the command line with...
Similar to #175 I get an error message box containing a stack trace when trying to debug my application with gdb. launch.json: ```json { "version": "0.2.0", "configurations": [ { "name":...
How can I see data for complex types such as std::ifstream? When I debug and hover on std::string it shows me string data in quotes(e.g. "text"). What can be done...
When I'm working in WSL (Win10+Ubuntu 16.04) and there is an error, debugger always pops window with message like: `Unable to open 'basic_string.tcc': Unable to read file (Error: File not...
I'm trying to use the extension to debug some C code in a remote server. That server is defined in my .ssh/config as 'gdb_server' and is accessed via an intermediate...
There is a new feature to run the debugger in the vscode integrated console in vscode 1.5