Has anyone had success debugging on OSX?

Vadim Lopatin via Digitalmars-d-debugger digitalmars-d-debugger at puremagic.com
Tue Jun 7 22:54:50 PDT 2016


On Tuesday, 7 June 2016 at 18:35:15 UTC, Vadim Lopatin wrote:
> Trying to get DlangIDE + lldbmi2 working.
> Partially done (implemented some fixes to support it).
> Experimenting with DMD generated program.
> Breakpoint setting is working. I can run program, it stops ok 
> on breakpoint (at requested position). Stack frames are shown 
> w/o source file and line number.
> Variables are not shown.
>
> Probably, something in DMD debug info is incompatible with LLDB
> (or lldbmi2 frontend has some bug)

Managed to hack lldbmi2 to get line numbers working.
But it looks like there are some problems with Function debug 
information.



More information about the Digitalmars-d-debugger mailing list