code-debug 0.3.0 released (GDB for vscode)

WebFreak001 via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Feb 9 14:31:37 PST 2016


I recently started with a GDB extension for debugging D code in 
visual studio code and now its in a pretty ready state supporting 
most things GDB can do, covering nearly everything the vscode UI 
allows me to do. It supports debugging, attaching to processes & 
gdbserver and debugging over SSH + X11 forwarding.

I've used it quite a lot now and it works great with D on linux. 
I will add more debuggers in the future (also lldb and others 
that support MI command syntax).

If you have visual studio code, just run `ext install debug` and 
follow the instructions in the README

Source code for those of you who are interested: 
https://github.com/WebFreak001/code-debug


More information about the Digitalmars-d-announce mailing list