code-debug
code-debug copied to clipboard
Native debugging for VSCode
Thanks for the contribution, I am trying to set up GDB with Rust in windows. To an extend I made things work in GDB console and now trying the same...
$ gdb --version GNU gdb (Debian 8.2.1-2+b3) 8.2.1 I get the program running properly with the terminal. In VSCode the prorgam does not wait for the user input.  ...
Hi, I really like your extension and find it very useful for debugging on my Linux machine machines both locally and over SSH. This has been really useful. One setup...
- [x] If you are using gdb - [x] `gdb --version` >= 7.7.1 - [x] it works on the command line with `gdb` - [x] `cwd` and `target` are properly...
Setup: gdbserver version: 7.11.1 ("gdbserver was configured as "aarch64-buildroot-linux-uclibc"") aarch64-linux-gdb version: 7.11.1 VS Code version: 1.34.0 native debug version: 0.23.1 On the target (embedded Linux OS build with buildroot) I...
- [x] `gdb --version` >= 7.7.1 - [x] it works on the command line with `gdb` - [x] `cwd` and `target` are properly set password works, but as you said,...
lldb --version: lldb-370.0.42 - Hello, further to my post a couple of months ago https://github.com/WebFreak001/code-debug/issues/106 , I have tried again with Native Pascal, and have managed to get further this...
Not sure if this is necessary a feature or just a fix for some so I'll classify it as a feature for now. Fail to find "lldb-mi" when the cwd...
In our use case using GDB as Debugger and Eclipse Theia as frontend, we encountered a scenario where the `threadsRequest` is called too early. In our scenario one debug session...
The `MI2DebugSession.threadsRequest` does not send a response if `MI2.getThreads` calls fails. We encountered this problem when using this extension with [Eclipse Theia](https://theia-ide.org/). Specifically, the UI relies on the session to...