Any D IDE on Mac OSX with debugging support?

Rikki Cattermole via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Nov 15 23:48:30 PST 2015


On 16/11/15 7:45 PM, Vadim Lopatin wrote:
> Hello,
>
>
> Is there any IDE which allows debugging D apps on OSX?
> I'm trying Mono-D, but getting error
>     "Debugger operation failed A syntax error in expression, near
> 'sizeof(void*)'"
>
> GDB is installed using homebrew. Probably, something is wrong with my
> gdb. When I'm trying to start debugging using console GDB interface - it
> fails with message about unsigned application. Is there any instruction
> how to get GDB working on OSX?
>
> Code completion and symbol lookups neither do not work on Mono-D / OSX.
> Does anyone managed to get it working?
>
>
> Best regards,
>      Vadim
>

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.

https://answers.uchicago.edu/25481


More information about the Digitalmars-d-learn mailing list