> On 15 Oct 2015, at 11:38, Alex Hall <mehg...@icloud.com> 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      (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

Reply via email to