Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Displaying fixed point in XCode debugger




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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden

References: 
 >Re: Displaying fixed point in XCode debugger (From: Steve Mills <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.