ILiveWatchEngineGetDefaultFormatter Method
Returns the built-in formatter for the given variable type (e.g. int or float).
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
ILiveWatchFormatter GetDefaultFormatter(
ScalarVariableType type
)
- type ScalarVariableType
- Specifies the type of the scalar variable.
ILiveWatchFormatterThe matching formatter, or throws if the requested type is invalid.
Typical formatters for most variable types would be 'Signed int', 'Unsigned int' and 'Hex'