What Went Wrong? Finding and Fixing Errors through Debugging
Visual Studio 2005
When writing a computer program, errors can and will happen. 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 need to find it and fix it—the process of 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
Finding the Errors: Introduction to Visual Basic Debugging
Know Your Bugs: Three Kinds of Programming Errors
Oops, a Typo: Finding and Getting Rid of Compiler Errors
Ouch! My Program Didn't Like That! Finding and Eliminating Run-Time Errors
What? It Wasn't Supposed To Do That! Tracking Down Logic Errors