Re: What does it mean when po puts % before class name?
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.