July 2015
Intermediate to advanced
1300 pages
87h 27m
English
In Chapter 2 you learned about breakpoints and how to break application execution before some statements are executed. You now learn some interesting features of breakpoints when debugging Visual Basic applications. This section also describes a new breakpoint experience in Visual Studio 2015.
Using the Breakpoints window, you can manage all breakpoints in your solution. You can open such a window by pressing Ctrl+Alt+B. If you placed three breakpoints in the sample application, Figure 5.2 shows how the Breakpoints window would look.
FIGURE 5.2 The Breakpoints window. ...