code-debug 0.3.0 released (GDB for vscode)

Joel via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Feb 10 13:57:49 PST 2016


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 seems different on my OSX 
version.

I get this with the debug gear button:
{
	"version": "0.2.0",
	"configurations": [
		{
			"name": "Debug",
			"type": "gdb",
			"request": "launch",
			"target": "./output",
			"cwd": "${workspaceRoot}"
		}
	]
}


More information about the Digitalmars-d-announce mailing list