I can't step into any message of Objective-C object
I can't step into any message of Objective-C object
- Subject: I can't step into any message of Objective-C object
- From: Chan-gu Lee <email@hidden>
- Date: Sat, 29 Mar 2008 22:44:50 +0900
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.
I've already check for generation debug-symbol and disabling all code
optimization.
What can help for me?
Thanks.
Regards
_______________________________________________
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