similar to __asm int 3 in Max OS X/ Xcode?
        Posted  
        
            by Mark
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mark
        
        
        
        Published on 2010-04-16T14:51:28Z
        Indexed on 
            2010/04/16
            14:53 UTC
        
        
        Read the original article
        Hit count: 291
        
Hi,
When using visual studio to develop c++ applications, I used to write _asm int 3; and then build the application. When the application is executed, if the code path that has "_asm int 3" is encountered Visual Studio Debugger used to get lauched and I could debug the problems.
Is there any similar approach when developing using Xcode on Mac OS X?
Thanks a lot.
Mark
© Stack Overflow or respective owner