Has anyone had success debugging on OSX?

Guillaume Piolat via Digitalmars-d-debugger digitalmars-d-debugger at puremagic.com
Thu May 19 04:36:58 PDT 2016


On Thursday, 19 May 2016 at 11:02:00 UTC, pineapple wrote:
> I've at least got my code running in windbg on Windows, but I'd 
> also like to get a debugging environment set up in OSX. It 
> looks as though gdb is probably my best option but I haven't 
> been able work out how to get it to work with my compiled D 
> programs.

I'm using lldb with both LDC and DMD. It works really well, you 
get stack-traces, source information, etc.
But names are mangled.


More information about the Digitalmars-d-debugger mailing list