Re: advanced debugging?
Re: advanced debugging?
- Subject: Re: advanced debugging?
- From: Alex Hall <email@hidden>
- Date: Thu, 15 Oct 2015 20:03:39 -0400
On Oct 15, 2015, at 3:16 AM, Alex Hall < email@hidden> wrote:
I don't know how much sense this will make, since VO groups things together, probably differently from what you see visually, but I'll give it a shot.
In the debugger console, enter the command “bt”. This will dump a backtrace of the stack. Then copy that text and paste it into a reply, and we can look at it.
I'm sorry to be asking such basic questions, but what do you mean by the debug console? The place where errors and print/log statements appear doesn't take input, and that's the only place I know of labeled as being a debug anything. There's the debug bar group, but there are no edit fields in there.
Oh, also: if you haven’t already, enable the Address Sanitizer (it’s a checkbox in the Diagnostics tab of the Run section of the scheme editor.) If the crash is due to earlier heap corruption, this might catch that.
—Jens
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden