Which tools do you miss in D?

Jacob Carlborg doob at me.com
Sun Feb 2 10:01:50 PST 2014


On Saturday, 1 February 2014 at 17:21:32 UTC, Sean Kelly wrote:

> GDB works on Linux.  On OSX, I can't get more than a stack 
> trace out of GDB / LLDB.  Or disassembly I suppose.  But all 
> variable inspection is broken.

With LLDB I get stack trace with line numbers, breakpoints and it 
shows parts of the source code at breakpoints. Although using the 
mangled name is required for setting a breakpoint at a symbol.

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list