output
Prints only the value of the specified expression, suppressing any other output.
Syntax
output expression
- expression is your program's expression that you wish to examine.
Usage
The output
command
prints the current value of the expression and nothing else, no newline
character, no "expr=", etc.
The usual output from the debugger is suppressed, allowing you to print only the value.
Example
(fgldb) output b