Re: Need help viewing variables while debugging
Re: Need help viewing variables while debugging
- Subject: Re: Need help viewing variables while debugging
- From: email@hidden
- Date: Mon, 20 Sep 2004 16:42:10 -0700
Part of my last email got chopped.
On Sep 20, 2004, at 9:18 AM, Kevin Hoyt wrote:
Hi all,
Is there a sample 'custom data formatter' project anywhere? If so, please
point me to it.
Also, is there a quick way of viewing a variable in the memory browser?
All I've been able to figure out is to copy the address, open the memory
browser, and paste in the address. However, the address is not shown for
arrays like:
char myBuff[32];
so there is no way to view them in the memory browser, short of browsing
around till you find it. This would not be an issue if a formatter could
be written for the variable, but this is not (apparently) possible for
wchar_t data. For example:
wchar_t myWbuff[32];
Xcode's help on the Memory Browser says:
• The Address field controls the starting address of the memory displayed in the table below. You can enter an address, a variable name or expression. Hexadecimal values must be preceded by <x-tad-smaller>0x</x-tad-smaller>.
For example: 'argv[0]' or '&argc' or '$r3 + 16'
-Chris
_______________________________________________
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