Thread overview
How to debug D programs
Aug 08, 2016
eugene
Aug 08, 2016
Sebastien Alaiwan
Aug 11, 2016
Vadim Lopatin
Aug 12, 2016
WebFreak001
Oct 14, 2016
crimaniak
Mar 11, 2017
Andrey
August 08, 2016
Hello, everyone,
question to you: how do you debug D programs on gnu/linux? and what ides are you using for debugging?
August 08, 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?
I only use cgdb (ncurses frontend) or simply gdb.
August 11, 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?

I'm using MonoDevelop + D plugin + GDB.

August 12, 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
October 14, 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?

Eclipse DDT (Ubuntu 16.04)
March 11, 2017
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?

I'm using emacs, it has great integration with gdb.