End user experience with D

Adam D. Ruppe destructionator at gmail.com
Mon Sep 2 06:33:28 PDT 2013


On Monday, 2 September 2013 at 07:52:09 UTC, Ludovit Lucenic 
wrote:
> You don't mean it, do you ? :-D

I don't use a debugger too often, I actually prefer to do asserts 
(and then, when possible, leave them there after the debugging is 
finished) and printf stuff.

But when I do use gdb, I don't have big problems with it. For me 
at least, the stack trace works with file and line numbers, 
disassembly and register dumping works, breakpoints work, getting 
variable contents usually (but not always) works.

So I just generally find it good enough.

> I wish we could say the same for them running on Windows...

Aye.


More information about the Digitalmars-d mailing list