On Tuesday, 3 September 2013 at 07:12:17 UTC, Jacob Carlborg
wrote:
On 2013-09-02 21:36, Paolo Invernizzi wrote:
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
Indeed an underscore is missing, as I have to set breakpoints
using 'D4test....' instead of '_D4test', but I have no idea about
why the symbol table is related to that...
- Paolo