Debugging in D linux world.
Piotrek
starpit at tlen.pl
Sun Sep 14 10:10:48 PDT 2008
Actually I prefer linux programming over windows so I would be happy if
there's a debugger which works there. Let's see what is situation
according to http://www.prowiki.org/wiki4d/wiki.cgi?DebugEnvironments
For now on linux there's only gdb and zerobugs. Gdb works only with gdc
(although doesn't show d arrays). Zerobugs looks better but doesn't work
with more complex code (abnormal exits).
Any chance to see dedicated debugger for D on linux?
More information about the Digitalmars-d-debugger
mailing list