• 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
How to see the arguments of methods from the stack trace during debugging
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: How to see the arguments of methods from the stack trace during debugging
      • From: Miguel Sanchez <email@hidden>
  • Prev by Date: Re: AAC ID3 Tags
  • Next by Date: Re: Question about NSLocale with NSDateFormatter
  • Previous by thread: Re: Sorting NSTableView on two keys
  • Next by thread: Re: How to see the arguments of methods from the stack trace during debugging
  • Index(es):
    • Date
    • Thread