From the course: Visual Basic Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Step through code

Step through code - Visual Basic Tutorial

From the course: Visual Basic Essential Training

Start my 1-month free trial

Step through code

- [Man] Once you have breakpoints in your code, you'll want to step through the code, and observe the behavior of the application. This video shows how to effectively navigate code while debugging. You can see, I have a break point on line eight, so lets start the application and hit the breakpoint. Click on this step through button. Now I've got the yellow mark, that indicates this is the next line of code that'll run. As I go through this video, I'll be using these buttons, and their associated keystrokes. Step into, step over, and step up. These have keybindings, on my computer its F11, F10, and Shift + F11. If you selected the visual basic developer configuration, when you install Visual Studio, your key commands will be different. For example, its F8 instead of F11. Now what do these mean? Start by looking step into, and there's a little icon up here that represents a function or a procedure, the box. So this says…

Contents