Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running and Debugging within VS

Place a breakpoint at line 9 (click on the left border)

...

To start debugging select Debug/Start Debugging (or press F5)

...

VS will build the application and then begin to run stopping at the breakpoint

Use the debug control bar to step through the code

...