On Monday, 16 November 2015 at 08:15:36 UTC, Jacob Carlborg wrote:
On 2015-11-16 08:48, Rikki Cattermole wrote:
On recent versions of OSX, Apple has by default made it so
that all
applications must be signed by default. You can disable this
behavior
through system settings and security.
I suspect this is what is stopping it.
Alternatively use LLDB shipped with Xcode. But that won't of
course have the D support that GDB has. Although I don't know
if that works for OS X.
Mono-D adds -i=mi parameter to debugger command line so it looks
like it supports only GDB.