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