digitalmars.D.debugger - How to debug D programs
- eugene (3/3) Aug 08 2016 Hello, everyone,
- Sebastien Alaiwan (2/5) Aug 08 2016 I only use cgdb (ncurses frontend) or simply gdb.
- Vadim Lopatin (2/5) Aug 11 2016 I'm using MonoDevelop + D plugin + GDB.
- WebFreak001 (6/9) Aug 12 2016 Im using Visual Studio Code + Native Debug (ext install
- crimaniak (2/5) Oct 14 2016 Eclipse DDT (Ubuntu 16.04)
- Andrey (2/5) Mar 11 2017 I'm using emacs, it has great integration with gdb.
Hello, everyone, question to you: how do you debug D programs on gnu/linux? and what ides are you using for debugging?
Aug 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.
Aug 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'm using MonoDevelop + D plugin + GDB.
Aug 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?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
Aug 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?Eclipse DDT (Ubuntu 16.04)
Oct 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?I'm using emacs, it has great integration with gdb.
Mar 11 2017