Re: Displaying fixed point in XCode debugger
Re: Displaying fixed point in XCode debugger
- Subject: Re: Displaying fixed point in XCode debugger
- From: Chris Espinosa <email@hidden>
- Date: Fri, 28 Apr 2006 11:04:15 -0700
On Apr 28, 2006, at 9:44 AM, Steve Mills wrote: That's sure a PitA. Has anyone submitted an enhancement request that Fixed be added to the variable view type menu?
I've already fixed it, for fixed and fract.
For future reference, you can toss these into your CustomDataViews.plist so they work every time:
<key>Fixed</key> <dict> <key>SummaryString</key> <string>{((float)($VAR) / ((Fixed) 0x00010000)))}</string> </dict> <key>Fract</key> <dict> <key>SummaryString</key> <string>{((float)($VAR) / ((Fract) 0x40000000))}</string> </dict>
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