This is very annoying, every time I\'m trying to debug on the simulator with \"all exception break point\", app stops for no reason on this line:
return UIAp
An exception is being thrown, but the caller (e.g. in libFontParser and libTrueTypeScaler) is handling it and it is not reaching your program.
Unless you see other evidence of a problem (such as a log message) or the exception reaches your program, assume that the implementation is handling it. You can continue past these instances in the debugger without worry.