Re: variable viewing in gdb window
Re: variable viewing in gdb window
- Subject: Re: variable viewing in gdb window
- From: David Dunham <email@hidden>
- Date: Sat, 28 Feb 2009 10:46:59 -0800
On 28 Feb 2009, at 07:33, Daniel Luis dos Santos wrote:
NSData *data = [pageFile readDataOfLength: lengthToRead];
I then want to know the value of calling the method : [data bytes]
I write that on the gdb command window and it tells me :
You use something like p (long) [data bytes] ?
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
Efficiency is intelligent laziness.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden