code-debug
code-debug copied to clipboard
Native debugging for VSCode
For every command sent to GDB this extension does what it should do - it specifies the frame. The part that is missing is to adjust the frame and thread...
So far we delete every breakpoint, then explicit create the ones that come from the debugging frontent. It would be nice to automatically adjust the frontend list when done on...
 GDB Version: 8.0.1
Background: Those settings actually doesn't have anything with the actual launch configuration, where we currently need to set it. It "kind of" pollutes this, but the main issue is that...
Similar issue as #229, here with a linked list. The variable was shown as "h Object@address", the child was shown as "next Object@address" (so the dereferencing did work. When checking...
When using GDB 11.1 (over ssh but this should not matter) the user is prompted with a deprecation message: ~~~ Warning: 'set target-async', an alias for the command 'set mi-async',...
Is it possible to "extend" another extension? I'd like to make some language identifier specific adjustments (for gnucobol, which is not in the list of languages that this extension handles)...
Hi guys, I've created a simple c project, I am using VSCode, Win10 and WSL (Ubuntu). The C-simple I can compile on my localhost machine with `aarch64-linux-gnu-g++` cross-compiler in WSL(Ubuntu)...
Hello @WebFreak001, thank you for your comments, please bear with me, I'm not familiar with npm packages. I checked the ssh2 package: https://www.npmjs.com/package/ssh2#dynamic-11-port-forwarding-using-a-socksv5-proxy-using-socksv5 It seems that It support port forwarding,...