Any D IDE on Mac OSX with debugging support?
    Vadim Lopatin via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Nov 16 08:40:14 PST 2015
    
    
  
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.
    
    
More information about the Digitalmars-d-learn
mailing list