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

Reply via email to