In Visual C++ it is possible to step thru application using F10 or F11.

However, while debugging VB program, one can find
Print VariableName <Enter>
in debug window and thus examine variable value.

Is there any similar way in VC++?

Thanx.