On Oct 1, 2012, at 11:59 AM, Alex Zavatone <z...@mac.com> wrote: > It's just stopped in Main, in the return statement below: > return UIApplicationMain(argc, argv, nil, > NSStringFromClass([AppDelegate class])); > > Thread 1: Stopped at breakpoint 1. > > I don't know if you can get anything useful from that output, but I sure > can't.
Are you seeing the entire stack in the debugger UI? Drag the slider at the bottom of the pane all the way to the right. If that doesn’t help, type “bt” at the debugger prompt and copy the backtrace into a reply so we can see it. —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com