The debug server, when it evaluates an expression, evidently always converts the result to type long, whereas the debugger as used in CCS obviously returns the appropriate type, which could be float. Why is this please, and how can I access a floating point value from memory using the debug server?