Re: How to see the arguments of methods from the stack trace during debugging
Re: How to see the arguments of methods from the stack trace during debugging
- Subject: Re: How to see the arguments of methods from the stack trace during debugging
- From: Rob Mayoff <email@hidden>
- Date: Sat, 12 Nov 2005 10:46:01 -0600 (CST)
- Envelope-sender: email@hidden
+---------- On Nov 12, Kaspar Fischer said:
| So is there a way to see arguments of methods with known
| signature (but possibly unknown source code)?
Not in general. If you put a breakpoint on the function, then when the
breakpoint is triggered you can find the first few integer/pointer
arguments in registers $r5 and up, but the function doesn't have to
keep them there. In your example, unless frame 14 was just entered and
there is no frame 15, you can't be sure what the original arguments
were.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden