On 2013-09-02 21:36, Paolo Invernizzi wrote:
Actually I use lldb: at least it has some pretty tabbed autocomplete on
files and function number.
If you know the module, you can start with something like 'D4test' and
tab to have the symbols.
It works also over file:number so at least you can set some break and
check the calling frames (sometime is useful, and I don't think this is
possible with the usual flooding of 'writeln', or no?).
What actually really doesn't work at all is printing locals:
(gdb) info local
No symbol table info available.
DMD doesn't output correct DWARF on Mac OS X. Or it's the regular
section names that is the problem. They're missing an underscore.
http://d.puremagic.com/issues/show_bug.cgi?id=8172
http://d.puremagic.com/issues/show_bug.cgi?id=8207
--
/Jacob Carlborg