How to see the arguments of methods from the stack trace during debugging
How to see the arguments of methods from the stack trace during debugging
- Subject: How to see the arguments of methods from the stack trace during debugging
- From: Kaspar Fischer <email@hidden>
- Date: Fri, 11 Nov 2005 09:42:36 +0100
Hi there,
Is there a way to see for a method in the stack-trace of
Xcode's debug window what arguments it was passed?
For instance, I break on an exception raise and see a
stack-trace like this:
#0 0x928f6508 in -[NSException raise]
#1 0x929a78e8 in -[NSAssertionHandler
handleFailureInMethod:object:file:lineNumber:description:]
...
#14 0x938d991c in -[NSController
observeValueForKeyPath:ofObject:change:context:]
...
How can I see the arguments to NSController's call
-observeValueForKeyPath:ofObject:change:context:?
This should be possible somehow because we know
the argument types of this call... But how?
Thank you,
Kaspar
_______________________________________________
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