I set a function ( All Exceptions ) in Xcode ,
I have not set any breakpoint ,
but when start my App that the Xcode automatic to execute breakpoint for the main function .
I cannot understand it and i cannot solve it .
please help me to answer the question .
thanks very much .
it's the image , thanks to read :
If you set All Exceptions breakpoint, the app breaks not only on severe errors, but on possible errors as well.
If you want to debug in a particular place, then enable the breakpoint only for that particular window or view. Don't keep it enabled for entire lifecycle of the app.
There are many flags that you can enable & disable to have a reflection in your Xcode. You should try to remove all the warnings, and if you are using Coredata be sure you are working with correct thread and MOCs (this being one the least bothered error).