Skip to content

Commit

Permalink
Merge pull request dotnet#1319 from RichardCampbell/patch-1
Browse files Browse the repository at this point in the history
Update debugging-with-visual-studio-2017.md
  • Loading branch information
Ron Petrusha authored Dec 9, 2016
2 parents 50ea2ee + ec8b044 commit 8076ae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To set a conditional breakpoint and test what happens when the user fails to ent

1. Clear the breakpoint by clicking on the dot in the left margin of the code window, or by choosing the **Debug**, **Toggle Breakpoint** menu item.

## Stepping through a progam ##
## Stepping through a program ##

Visual Studio also allows us to step line by line through a program and monitor its execution. Ordinarily, you'd set a breakpoint and use this feature to follow program flow though a small part of your program code. Since our program is small, though, let's step through the entire program by doing the following:

Expand Down

0 comments on commit 8076ae6

Please sign in to comment.