Re: advanced debugging?
Re: advanced debugging?
- Subject: Re: advanced debugging?
- From: Roland King <email@hidden>
- Date: Thu, 15 Oct 2015 13:38:12 +0800
> On 15 Oct 2015, at 11:38, Alex Hall <email@hidden> wrote:
>
> For these stack traces, is there any way for it to point right at the offending line in context? That is, instead of a generic array.append call, could it say line 119 in MyModel.swift, or wherever the problem is?
It should - the stack trace should go all the way up to start() if you’re on the main thread, or all the way up to the start of the thread, if you’re on a work thread somewhere. Xcode may elide code with no debug symbols, you can tell if the numbers on each of the debug lines aren’t continuous (eg if it really does go from 5 to 0 as in your example, looks like it’s eliding, there’s a button at the bottom of the debug pane to ask it not to do that).
If you can get a stack trace all the way up to start() and post it perhaps it’ll make some sense.
_______________________________________________
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