From time to time when debugging the application, I see this error in Xcode:
Software received signal: "EXC_BAD_ACCESS".
and the debugger does not stop on the problem line. Actually the debugger just shows me the page with assembly language code and what it is.
I must have paranormal abilities to find out exactly where the problem is.
Is there a way to get Xcode to give me more nutritious error messages that can detail the problem and stop on the line of violation when such errors occur?
Thanks for any help.
source share