Debugging Tools for Windows

ExtRemoteTyped::OutFullValue

The OutFullValue method prints the type and value of the typed data represented by this object.

void
  ExtRemoteData::OutFullValue(
    void
    ) throw(...)

Parameters

None

Return Value

None

Comments

The OutFullValue method prints more detail than the ExtRemoteTyped::OutSimpleValue method. For example, OutFullValue prints dereferenced pointers and the values that they point to.

The type and value information is sent to the debugger engine's output callbacks.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

ExtRemoteTyped::OutSimpleValue

Build machine: CAPEBUILD