Re: Displaying fixed point in XCode debugger
Re: Displaying fixed point in XCode debugger
- Subject: Re: Displaying fixed point in XCode debugger
- From: Steve Mills <email@hidden>
- Date: Fri, 28 Apr 2006 12:34:57 -0500
On Apr 28, 2006, at 12:26, James Bucanek wrote:
... to copy and paste this once? You probably spent more time
sending your reply. ;)
Custom data formatters are associated with a type and stored
globally. Once you've entered a custom formatter for a type or
class, it is automatically applied to all instances of that type
everywhere and forever. Data formatters are stored in your home
folder (~/Library/Application Support/Apple/Developer Tools/
CustomDataViews/CustomDataViews.plist) so they persist across
debugging sessions and projects.
Oh. I thought that it needed to be typed/pasted into the summary of
every variable that you wanted to display that way every time. I
haven't read up on data formatters because I thought the only way to
do those was with a plugin. Guess I'll go read about it, when I get
some time. That's the thing - time. Displaying Fixed was built into
CodeWarrior, so I didn't have to waste time reading about it. Seems
like it would be a no-brainer for Xcode to include it as well (along
with C string, Pascal string, and Unicode string).
Steve Mills
Drummer, Mac geek
http://sjmills5.home.mchsi.com/
_______________________________________________
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