Maybe somebody knows where is the "Run > Stop on Objective-C exception" menu in Xcode 4? I've used it sometimes in Xcode 3, but it disappeared in the new IDE.

link|improve this question

50% accept rate
1  
Xcode 4 is still under NDA. Try asking on the official fora. – Bavarious Feb 10 '11 at 19:48
1  
Xcode 4 is now public. – Heath Borders Mar 13 at 14:46
feedback

4 Answers

In the left side column of xcode 4:

  1. tap on the breakpoint tab (the 6th tab over)
  2. tap on the + button in the bottom left of the window
  3. tap 'add exception breakpoint'
  4. tap 'done' on the popup
link|improve this answer
feedback

See the image It will help,

enter image description here

good luck, Naveen Shan

link|improve this answer
feedback

Someone else told me this, and I'm adding it here so I can favorite this question and have a useful reference to look back on.

Set the objc exception breakpoint action to po $eax and you'll usually get the handy-dandy exception message right there in the debugger window when it breaks.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.