show output-radix (gdb mode only)

Show the default numeric base for numeric output.

Syntax

show output-radix

Parameters

None.

Description

This command shows the default numeric base in which the debugger displays numeric output.

Example

(idb) 
					 set output-radix 8
Output radix now set decimal 8, hex 8, octal 10.
(idb) 
					 show output-radix
Default output radix for printing of values is 8.

See Also


Submit feedback on this help topic