How to debug D programs

WebFreak001 via Digitalmars-d-debugger digitalmars-d-debugger at puremagic.com
Fri Aug 12 10:38:57 PDT 2016


On Monday, 8 August 2016 at 10:36:39 UTC, eugene wrote:
> Hello, everyone,
> question to you: how do you debug D programs on gnu/linux? and 
> what ides are you using for debugging?

Im using Visual Studio Code + Native Debug (ext install 
webfreak.debug) which just wraps gdb, lldb-mi and Mago-MI (this 
one is windows only)

But if you prefer the command line, you can just debug it with 
gdb or lldb just as you would with some C program


More information about the Digitalmars-d-debugger mailing list