Actually, I just put this chapter in to maintain parity with the GDB version of the debugging manual. In fact, stepping
through code with MSVC is rather simple. Everything you really need to know about it is covered in these commands
Step Into
Step Over
Step Out
Run to Cursor
Look familiar? It should. These were already covered in 7.4.1 Examining the Program under
the debug window. There's nothing more complex than those descriptions, though I recommend you memorize the hotkeys (shift+f10 and f11 especially)
as they are usually a bit more handy to use than clicking around.