How to watch value of a variable during the debug or during the runtime?
For example: I have a variable “count” in sequence, after certain period of execution, I would like to know the value inside count.
I am expecting something similar to immediate windows in VBA.