Re: View variable as memory?
Re: View variable as memory?
- Subject: Re: View variable as memory?
- From: Jared Watts <email@hidden>
- Date: Wed, 5 Nov 2003 12:55:50 +1300
In the GDB console type:
print (char[size]) variable_name
replacing size and variable_name with the appropriate values.
Regards,
Jared Watts.
On 05/11/2003, at 11:53 AM, Eric Kampman wrote:
I never figured this out in PB either. Is it possible to coerce the
debugger to view a char* as an array of char? What I'm basically
looking for is something that's roughly equivalent to "x" (examine
memory) in gdb.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.