- Download the following zip file.
14 Image RazorPagesBasics -debug.zip - Unzip it.
- Open the solution file with "MS Visual Studio".
- Run the program
- Click on the "Cafe" hyperlink. There is a bug in the program. Debug the program.
Cafe Razor Page -Learn debugging
Learn how to set a break point in your Visual Studio, for debugging your code. It can be very useful for your practical test.
The following screenshot shows that a breakpoint (red dot) has been set in your C# program.
Set Break Point in Visual Studio for debugging. |
0 Comments