digitalmars.D.learn - Debugging on OSX
- Phil (4/4) Sep 27 2014 I've seen a few old threads mentioning this, but couldn't find
- Bruno Medeiros (7/11) Nov 19 2014 Have you checked: http://wiki.dlang.org/Debuggers ? That should list the...
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
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