Re: code-debug 0.3.0 released (GDB for vscode)

2016-02-10 Thread Daniel Kozak via Digitalmars-d-announce
Dne 9.2.2016 v 23:31 WebFreak001 via Digitalmars-d-announce napsal(a): ext install debug How can I install it? Where I should put this command? ext install debug

Re: code-debug 0.3.0 released (GDB for vscode)

2016-02-10 Thread Daniel Kozak via Digitalmars-d-announce
On Wednesday, 10 February 2016 at 14:09:43 UTC, Daniel Kozak wrote: Dne 9.2.2016 v 23:31 WebFreak001 via Digitalmars-d-announce napsal(a): ext install debug How can I install it? Where I should put this command? ext install debug OK I found it :). I cant just put ext install debug and hit

Re: code-debug 0.3.0 released (GDB for vscode)

2016-02-10 Thread Joel via Digitalmars-d-announce
On Wednesday, 10 February 2016 at 13:04:43 UTC, WebFreak001 wrote: On Wednesday, 10 February 2016 at 06:51:43 UTC, Joel wrote: Thanks Mike. But now what? when you have installed the extension, you can create the debug config as described in the README I've looked at the read me, but it

Re: code-debug 0.3.0 released (GDB for vscode)

2016-02-10 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 10 February 2016 at 21:57:49 UTC, Joel wrote: I get this with the debug gear button: { "version": "0.2.0", "configurations": [ { "name": "Debug", "type": "gdb", "request":

Re: code-debug 0.3.0 released (GDB for vscode)

2016-02-10 Thread WebFreak001 via Digitalmars-d-announce
On Wednesday, 10 February 2016 at 06:51:43 UTC, Joel wrote: Thanks Mike. But now what? when you have installed the extension, you can create the debug config as described in the README

Re: code-debug 0.3.0 released (GDB for vscode)

2016-02-10 Thread Joel via Digitalmars-d-announce
On Thursday, 11 February 2016 at 00:34:57 UTC, WebFreak001 wrote: On Wednesday, 10 February 2016 at 21:57:49 UTC, Joel wrote: I get this with the debug gear button: { "version": "0.2.0", "configurations": [ { "name": "Debug",

code-debug 0.3.0 released (GDB for vscode)

2016-02-09 Thread WebFreak001 via Digitalmars-d-announce
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 +

Re: code-debug 0.3.0 released (GDB for vscode)

2016-02-09 Thread Mike Parker via Digitalmars-d-announce
On Wednesday, 10 February 2016 at 05:09:28 UTC, Joel wrote: I don't understand the 'ext install debug' is that linux only. How would I get the extension to work on OSX? Inside Visual Studio Code, press F1 and start typing the command. Actually, it doesn't let you execute the command

Re: code-debug 0.3.0 released (GDB for vscode)

2016-02-09 Thread Joel via Digitalmars-d-announce
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

Re: code-debug 0.3.0 released (GDB for vscode)

2016-02-09 Thread Joel via Digitalmars-d-announce
On Wednesday, 10 February 2016 at 05:42:21 UTC, Mike Parker wrote: On Wednesday, 10 February 2016 at 05:09:28 UTC, Joel wrote: I don't understand the 'ext install debug' is that linux only. How would I get the extension to work on OSX? Inside Visual Studio Code, press F1 and start typing