> On Apr 26, 2016, at 12:04 PM, Luca Ciciriello <luca_cicirie...@hotmail.com> > wrote: > > The problem is that I have no indications about the crash even setting an > “All Exceptions” breakpoint. So I’m unable to identify the real case of this > crash. The “computation flow” ends in "class AppDelegate: UIResponder, > UIApplicationDelegate” without leave any information.
To get a full backtrace, enter “bt” at the “(lldb)” prompt in the debugger console pane. You can then copy the text and paste it into an email. You may also want to turn off the “Show only stack frames with debug symbols” button at the bottom of the debugger pane (it’s the left most of the three icons.) Then you’ll be able to see the full backtrace in the debugger view. —Jens
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com