• 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
Re: What does it mean when po puts % before class name?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What does it mean when po puts % before class name?


  • Subject: Re: What does it mean when po puts % before class name?
  • From: Ken Ferry <email@hidden>
  • Date: Fri, 30 Jul 2004 11:19:27 -0400

On Fri, 30 Jul 2004 09:58:51 -0400, Jim Correia <email@hidden> wrote:
> I'm debugging a uncaught exception, and I'm trying to examine objects
> just before the point of failure. What does it mean when a % appears as
> in the class name as a result of po?
>
> (gdb) po $r5
> <%NSView: 0xcca4f40>

That means that some class is posing as NSView, but this particular
object is a member of the class named by NSView pre-posing. That is,
probably the real NSView class.

-Ken
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


References: 
 >What does it mean when po puts % before class name? (From: Jim Correia <email@hidden>)

  • Prev by Date: binding causing retain loop?
  • Next by Date: NSTableView like iTunes
  • Previous by thread: What does it mean when po puts % before class name?
  • Next by thread: Re: What does it mean when po puts % before class name?
  • Index(es):
    • Date
    • Thread