www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Debugging on OSX

reply "Phil" <phil.j.ellison gmail.com> writes:
I've seen a few old threads mentioning this, but couldn't find
anything more recent. What support is there for debugging on OSX?
I'm currently trying MonoD, but the option to run with debugger
is greyed out.
Sep 27 2014
parent Bruno Medeiros <bruno.do.medeiros+dng gmail.com> writes:
On 27/09/2014 16:21, Phil wrote:
 I've seen a few old threads mentioning this, but couldn't find
 anything more recent. What support is there for debugging on OSX?
 I'm currently trying MonoD, but the option to run with debugger
 is greyed out.
Have you checked: http://wiki.dlang.org/Debuggers ? That should list the info you are looking for. In particular, have you tried DDT? It has GDB integration (and possibly LLDB too, although I haven't tried that yet) -- Bruno Medeiros https://twitter.com/brunodomedeiros
Nov 19 2014