Re: Newbie: NSString and debugging question
Re: Newbie: NSString and debugging question
- Subject: Re: Newbie: NSString and debugging question
- From: "John C. Randolph" <email@hidden>
- Date: Fri, 11 Apr 2003 15:15:03 -0700
On Thursday, April 10, 2003, at 04:56 PM, Marco Binder wrote:
In debug mode, you can enter "po yourVariableName" to see the contents
of any variable within the current scope.
To be precise, "po" (the "print object" command), sends -description
to the object in question, and shows the contents of the returned
string on the GDB console. IOW, it only works for objects, not for
other types.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
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.