Hello all!
I have managed to get an App running in my iOS simulator.
However, I am getting certain exceptions for certain functions and I would like to track them down in the source code. I am getting memory segments in the debugging information, which isn't overly helpful. I have seen some info online about introducing breakpoints as (unhandled) exceptions are thrown.
Any techniques that will aid in tracking down bugs?
I have managed to get an App running in my iOS simulator.
However, I am getting certain exceptions for certain functions and I would like to track them down in the source code. I am getting memory segments in the debugging information, which isn't overly helpful. I have seen some info online about introducing breakpoints as (unhandled) exceptions are thrown.
Any techniques that will aid in tracking down bugs?