Debugging a Program With dbx

print

To print the value of the expression(s):


print exp, ... 

If an expression has a function call, the same considerations apply as with the call command. With C++, you should also be careful of unexpected side effects caused by overloaded operators.