Re: I can't step into any message of Objective-C object
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 18:37:35 +0900
Hi. Jeffrey
Thanks again to your kindly concern.
When I set a break-point inside setNumber, Xcode debugger stops at the
first line of setNumber successfully. To tell the truth, because it
doesn't work to step into the message of Objective-C object, I used to
create a break-point at the method that I want to trace.
After walking through some disassembly codes which implements message
patching using "Step with Instruction", finally I can reach to the
code of Obj-C message. But, it's very harassing, isn't it?
Regards.
Chan-gu Lee
Very good. So, we have additional confirmation that it's
definitely not nil, and we have reason to suspect there's
some effect from optimization.
What happens if you set a break-point inside setNumber?
_______________________________________________
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