• 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: xCode Debugger and Thread View
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xCode Debugger and Thread View


  • Subject: Re: xCode Debugger and Thread View
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 14 Sep 2009 12:05:21 -0700


On Sep 14, 2009, at 11:56 AM, Wayne Bishop wrote:

I am using xCode 3.1 and am trying to use the xCode debugger to step through code. Setting up initial breakpoints and steps are fine. However, when the debugger reaches the end of a class method, my code disappears and is replaced with the thread view window. This seems to be consistent and is always automatic.

How can I prevent from happening?

By thread view window, do you mean something that looks like assembly code?


That just means that you have stepped out of your code into a calling frame for which you do not have source code. All IBActions and IBOutlets, as well as most delegate methods for Objective-C classes, are called by framework code whose source is not available at debug time. This is natural and expected. Step out to a stack frame in your own code and you should see source again.

Chris

_______________________________________________
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


References: 
 >xCode Debugger and Thread View (From: Wayne Bishop <email@hidden>)

  • Prev by Date: xCode Debugger and Thread View
  • Next by Date: Moving XCode docs between computers
  • Previous by thread: xCode Debugger and Thread View
  • Next by thread: Moving XCode docs between computers
  • Index(es):
    • Date
    • Thread