Debugging in Steps

When the application execution breaks, such as when the debugger finds a breakpoint, you can usually continue to execute the application running just one line of code per time or a small set of lines of code per time. In Chapter 2, you learned about the Step Into command; this section discusses other similar commands that cause different debugger behaviors.

How Can I Execute Such Techniques?

The debugging techniques described in this section can be accomplished by invoking commands available in the Debug menu of Visual Studio 2015. In the meantime, shortcuts are available for invoking the same commands using the keyboard. These are provided when discussing each command.

Step Into

The Step Into command executes one instruction ...

Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.