code-debug 0.3.0 released (GDB for vscode)

Joel via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Feb 9 21:09:28 PST 2016


On Tuesday, 9 February 2016 at 22:31:37 UTC, WebFreak001 wrote:
> 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

I don't understand the 'ext install debug' is that linux only. 
How would I get the extension to work on OSX?


More information about the Digitalmars-d-announce mailing list