Current debugger options

David d at dav1d.de
Mon Jul 29 04:00:27 PDT 2013


Am 29.07.2013 12:48, schrieb "Luís Marques" <luismarques at gmail.com>":
> Hi there!
> 
> Is there a debugger you would recommend that understands D (demangling,
> etc) which runs under OS X? (or otherwise...)
> 
> What are you using? A patched gdb? a normal gdb? Any llvm version?
> (sometimes it seems not to recognize stack frames in my D code) Or just
> writeln?
> 
> Thanks!

I use gdb and most of the time the mangling is easy to understand, if
not I send it through the commandline-tool "ddemangle".
Also kdevelop as an amazing gdb integration which works with D! Hover
variables, showing content, browesable variables in ever stackframe,
really worth a try!


More information about the Digitalmars-d mailing list