Reference / Supported debug commands |
Displays the current value of the specified expression.
p[rint] expression
The print command allows you to examine the data in your program.
It evaluates and prints the value of the specified expression from your program, in a format appropriate to its data type.
(fgldb) print b $1=5 (fgldb)