Possible Duplicate:
Xcode always stopping at main.m after a crash
On versions of Xcode in the past, every time I was debugging a crash, it stopped the debugging in the culprit 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 culprit line for the crash, despite the error being in another place.
How do I get this to work in Xcode 4.2 like it used to work in earlier versions?