What\'s the instruction to cause a hard-break in Xcode? For example under Visual Studio I could do \'_asm int 3\' or \'DebugBreak()\'. Under some GCC implementations it\'s a
I found the following in an Apple Forum:
Xcode doesn't come with any symbolic breaks built in - but they're quick to add. Go to the breakpoints window and add: -[NSException raise]
Xcode doesn't come with any symbolic breaks built in - but they're quick to add. Go to the breakpoints window and add:
-[NSException raise]