You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a little documentation issue, that might cause a beginner some confusion.
In the section on "Step through a program", at the point after the user has entered their the keyboard focus will still be on the console window. The immediate next tutorial instruction (step 5) is to press F11 to step to the next program statement, but this is sent to the console window which causes it to be maximised or restored.
There needs to be an instruction to switch the keyboard focus from the console window back to Visual Studio before pressing F11