GdbMiVariable.setFormat

MiPendingCommand setFormat(string format) @trusted

Sets the output format for this variable object.

Parameters

formatFormat (e.g. "hexadecimal").

Returns

A pending command for -var-set-format.

Example:

v.setFormat("hexadecimal").wait();