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

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

blocked

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

blocked

![image](https://user-images.githubusercontent.com/28442838/36353196-5fdbc052-14fe-11e8-805f-e94a0c2fac92.png) GDB Version: 8.0.1

blocked

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

blocked

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

bug

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

question

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

question
wsl

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