code-debug
code-debug copied to clipboard
Native debugging for VSCode
This PR implements Aliceserver as a usable debugger target. [Aliceserver](https://github.com/dd86k/aliceserver), being a work in progress, is a new debugger that implements both the DAP and MI protocols using [Alicedbg](https://github.com/dd86k/alicedbg) at...
add qt unit test
Running VSCode 1.97.2 on Windows 10 x64. The project is a C++ one targeting Linux, x64. The launch settings go: ``` { "type": "gdb", "request": "attach", "name": "Attach to gdbserver",...
Version: 0.27.0 VSCode can display variable type names in the debug pane via the option `settings -> Features -> Debug -> Show Variable Types`. GDB's python API has support to...
When using the plugin for gdb debugging, I paused thread 1 in the call stack, but the thread that was paused was actually thread 4. The following are the relevant...
I have rebased https://github.com/WebFreak001/code-debug/pull/133 to the new master since it hasn't been updated. Then I fixed some things to make the extension more respectable to pausing and continuing individual processes....
When attempting to debug a [Godot](https://godotengine.org/) build, I get this warning immediately when a debug session starts: But thread information does eventually load without issue, and debugging functionality seems to...