code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

Native debugging for VSCode

Results 147 code-debug issues
Sort by recently updated
recently updated
newest added

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. ![Started](https://user-images.githubusercontent.com/1152718/112279253-060cb580-8c84-11eb-9291-db91c57c8bc7.png) ![Cancelled](https://user-images.githubusercontent.com/1152718/112279260-086f0f80-8c84-11eb-82f6-6be1a6348ac3.png)...

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...

bug

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,...

bug
cant reproduce

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...

enhancement
help wanted

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...