• 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: I can't step into any message of Objective-C object
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I can't step into any message of Objective-C object


  • Subject: Re: I can't step into any message of Objective-C object
  • From: Chan-gu Lee <email@hidden>
  • Date: Sun, 30 Mar 2008 04:46:03 +0900

Hi.
Thanks for your reply.

However, m_MyData isn't nil. It's a valid object.


2008. 03. 30, 오전 12:30, Shawn Erickson 작성:
On Sat, Mar 29, 2008 at 6:44 AM, Chan-gu Lee <email@hidden> wrote:
Hi.

I have some code to debug, and I need to trace it.
However, when I tried to step into message call to Objective-C, Xcode
does step-over.

Here is an example code.

int new_number = [[m_TextField stringValue] intValue] ;
[m_MyData setNumber:new_number] ;
 }

'>>' means current pc counter.
When I do step-into m_MyData::setNumer here, Xcode just go to the next
line, not to the entry point of setNumber.

Is m_MyData nil?

-Shawn

_______________________________________________ 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: 
 >I can't step into any message of Objective-C object (From: Chan-gu Lee <email@hidden>)
 >Re: I can't step into any message of Objective-C object (From: "Shawn Erickson" <email@hidden>)

  • Prev by Date: Re: Building kext for 10.3.9 and/or 10.4 with Xcode 3 on Leopard
  • Next by Date: Re: I can't step into any message of Objective-C object
  • Previous by thread: Re: I can't step into any message of Objective-C object
  • Next by thread: Re: I can't step into any message of Objective-C object
  • Index(es):
    • Date
    • Thread