variable viewing in gdb window
variable viewing in gdb window
- Subject: variable viewing in gdb window
- From: Daniel Luis dos Santos <email@hidden>
- Date: Sat, 28 Feb 2009 15:33:59 +0000
Hi,
I am debugging objective C code and while stopped after a source code line like :
NSData *data = "" 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 :
Target does not respond to this message selector.
I don't understand why this is so, and if in Xcode I select the option "Print description" from the context menu it prints the description. But I really want to know the value of the pointer.
Help ! |
_______________________________________________
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