Problem:
How to see all variables on current line while debugging in Visual Studio ?
Is it possible to do this without explicitly adding them to a watch window ?
Resolution:
The "autos" window while debugging performs this functionality.
If the window is not visible by default in Visual Studio it should be added to the system using the "Debug \\ Windows \\ Autos" menu option or by using Control-Alt-V A shortcut.