Possible duplicate:
Xcode always stops on main.m after a crash
In versions of Xcode in the past, every time I debugged a crash, it stopped debugging in the fault line with an error message.
Xcode 4.2 instead shows me this line in main.m
int retVal = UIApplicationMain(argc, argv, nil, nil);
as the fault line for the failure, even though the error is located elsewhere.
How can I get this to work in Xcode 4.2, how was it used in earlier versions?
ios iphone xcode ipad
Spacedog
source share