debugging in vs code on Windows

Jerry hurricane at hereiam.com
Sat Oct 14 13:20:27 UTC 2017


On Saturday, 14 October 2017 at 10:15:53 UTC, evilrat wrote:
> webfreak's NativeDebug extension to be able to click to set 
> breakpoint on lines(only for that).



You can just use VS Code setting, put the following into your 
settings.json:

"debug.allowBreakpointsEverywhere": true


More information about the Digitalmars-d-learn mailing list