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.