What Went Wrong? Finding and Fixing Errors Through Debugging

When you write a computer program, errors can and will occur. You might make a typographical error, your program might not behave as expected, or it might not run at all. When there is an error in your program, you have to find it and fix it. Finding and fixing errors is called debugging.

In the following lessons, you will learn several techniques for debugging a Visual Basic program.

In This Section