• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Displaying fixed point in XCode debugger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

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

  • Prev by Date: Re: Displaying fixed point in XCode debugger
  • Next by Date: Re: Displaying fixed point in XCode debugger
  • Previous by thread: Re: Displaying fixed point in XCode debugger
  • Next by thread: Re: Displaying fixed point in XCode debugger
  • Index(es):
    • Date
    • Thread