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.

Did someone try to use LLDBMI2 debugger?

https://github.com/freedib/lldbmi2

It seems to be GDB/MI compatible frontend for LLDB debugger.

Should work with Eclipse/DDT

Reply via email to