How to debug D programs

2016-08-08 Thread eugene via Digitalmars-d-debugger
Hello, everyone, question to you: how do you debug D programs on gnu/linux? and what ides are you using for debugging?

Re: How to debug D programs

2016-08-08 Thread Sebastien Alaiwan via Digitalmars-d-debugger
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.

Re: How to debug D programs

2016-08-11 Thread Vadim Lopatin via Digitalmars-d-debugger
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.

Re: How to debug D programs

2016-08-12 Thread WebFreak001 via Digitalmars-d-debugger
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 (thi

Re: How to debug D programs

2016-10-15 Thread crimaniak via Digitalmars-d-debugger
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)

Re: How to debug D programs

2017-03-11 Thread Andrey via Digitalmars-d-debugger
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.