• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: advanced debugging?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: advanced debugging?
      • From: Alex Hall <email@hidden>
References: 
 >advanced debugging? (From: Alex Hall <email@hidden>)
 >Re: advanced debugging? (From: Jens Alfke <email@hidden>)
 >Re: advanced debugging? (From: Alex Hall <email@hidden>)
 >Re: advanced debugging? (From: Jens Alfke <email@hidden>)
 >Re: advanced debugging? (From: Alex Hall <email@hidden>)

  • Prev by Date: Re: advanced debugging?
  • Next by Date: Re: advanced debugging?
  • Previous by thread: Re: advanced debugging?
  • Next by thread: Re: advanced debugging?
  • Index(es):
    • Date
    • Thread