Re: Viewing array elements in Project Builder
Re: Viewing array elements in Project Builder
- Subject: Re: Viewing array elements in Project Builder
- From: Ondra Cada <email@hidden>
- Date: Tue, 21 May 2002 19:55:32 +0200
On Tuesday, May 21, 2002, at 05:28 , zauhar wrote:
Thanks guys, that answers the question - yes, I am trying to look at my
own custom classes, and I have not yet provided description methods. Too
bad that PB cannot discern the structure of your classes (the way CW can
when you debug C++)
PB has nothing to do with that. Of course in gdb you always can do
p *(MyClass*)something
but in an object-oriented environment that would seldom help. Being
non-object-oriented, C++ profits from exactly that, though.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.