Re: code-debug 0.6.0 released (GDB & LLDB for vscode)

2016-03-10 Thread WebFreak001 via Digitalmars-d-announce
On Tuesday, 8 March 2016 at 00:23:55 UTC, Manu wrote: I've tried out code-d, but it only seems to do anything useful with dub. None of my projects use dub. Every project I have combines C/C++/D, and dub is an insufficient build system. I can configure vscode projects to invoke my builds, but

Re: code-debug 0.6.0 released (GDB & LLDB for vscode)

2016-03-08 Thread ZombineDev via Digitalmars-d-announce
On Tuesday, 8 March 2016 at 00:23:55 UTC, Manu wrote: On 6 March 2016 at 21:25, WebFreak001 via Digitalmars-d-announce wrote: [...] Cool, I'll give this a crack. I've tried out code-d, but it only seems to do anything useful with dub. None of my

Re: code-debug 0.6.0 released (GDB & LLDB for vscode)

2016-03-07 Thread Rory McGuire via Digitalmars-d-announce
On Tue, Mar 8, 2016 at 2:23 AM, Manu via Digitalmars-d-announce wrote: > > On 6 March 2016 at 21:25, WebFreak001 via Digitalmars-d-announce > wrote: > > I just released version 0.6.0 of my debug extension for visual

Re: code-debug 0.6.0 released (GDB & LLDB for vscode)

2016-03-07 Thread Manu via Digitalmars-d-announce
On 6 March 2016 at 21:25, WebFreak001 via Digitalmars-d-announce wrote: > I just released version 0.6.0 of my debug extension for visual studio code. > It works really well for debugging D code and I also use it everytime I > debug my D code. It's still not

Re: code-debug 0.6.0 released (GDB & LLDB for vscode)

2016-03-07 Thread Guillaume Piolat via Digitalmars-d-announce
On Sunday, 6 March 2016 at 11:25:30 UTC, WebFreak001 wrote: I just released version 0.6.0 of my debug extension for visual studio code. It works really well for debugging D code and I also use it everytime I debug my D code. It's still not completely finished but it supports lots of features

Re: code-debug 0.6.0 released (GDB & LLDB for vscode)

2016-03-06 Thread extrawurst via Digitalmars-d-announce
On Sunday, 6 March 2016 at 11:25:30 UTC, WebFreak001 wrote: I just released version 0.6.0 of my debug extension for visual studio code. It works really well for debugging D code and I also use it everytime I debug my D code. It's still not completely finished but it supports lots of features

code-debug 0.6.0 released (GDB & LLDB for vscode)

2016-03-06 Thread WebFreak001 via Digitalmars-d-announce
I just released version 0.6.0 of my debug extension for visual studio code. It works really well for debugging D code and I also use it everytime I debug my D code. It's still not completely finished but it supports lots of features now. If you want to debug your code in vscode just install