Re: Can I see the ASCII value of an NSString while debugging?
Re: Can I see the ASCII value of an NSString while debugging?
- Subject: Re: Can I see the ASCII value of an NSString while debugging?
- From: Ondra Cada <email@hidden>
- Date: Fri, 15 Mar 2002 14:21:17 +0100
On Friday, March 15, 2002, at 08:32 , John McGruer wrote:
In projectBuilder when debugging is it possible to see the ASCII value of
an
NSString variable. All I seem to be able to get is a (sort of) hex
representation and a disclosure triangle that shows an isa value (also
hex).
Is there a preference to set or something? Thanks if you can help.
Forget the variables pane. Use old good 'po' in the gdb console: it would
give you the contents of any object in a quite readable form.
---
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.