Debugging D applications from VS code with webfreak.debug

Jerry via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Feb 23 19:15:11 PST 2017


You can use the C++ plugin, which provides a debugger. Just make 
sure you aren't using optlink, I don't think it generates 
compatible files. Also you might need to use "-gc" which 
generates debug names to be in C format.

https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools

You might also need to enable breakpoints anywhere in VS code 
user setting file.


More information about the Digitalmars-d-learn mailing list