Last Updated: February 25, 2016
·
2.33K
· insanehunter

Always set Exception Breakpoint

You should always have an Exception Breakpoint set:

PicturePicture

This breakpoint will let you see the exact line where your code threw an exception.

1 Response
Add your response

When you create the Exception Breakpoint, by default it is created only for that project. (You can see part of the XCode project icon in the above screenshot)

Right click on the breakpoint and choose Move Breakpoint To > User. This will add it to your user profile which is applied to all projects. This way you don't need to remember to do it every time you open/create another project.

over 1 year ago ·