Runtime values of the objects can be viewed in test results ->runtime datatable. It contains the values of the objects which were retrieved by using output checkpoints.
To see runtime value of a particular object or variable, - Set a break point in script at object/variable you want to see the value.-
Select the variable or object --> right click --> select "Add to watch".- Then the value will be displayed in Debug viewer window.
Correct me if I am wrong..