May 2009
Intermediate to advanced
1176 pages
25h 8m
English
Debugging is the most important and probably the least understood aspect of programming. No one writes perfect code on the first try. Being able to efficiently locate and correct the mistakes you’ve made is a significant part of what separates a great programmer from a skilled amateur. In this chapter we demonstrate how to use the built-in debugging features of the Visual Basic Editor (VBE) to locate and correct bugs in your code as well as provide tips and techniques that will help you become a better debugger.
A running application can exist in one of two states. Run mode is exactly what its name suggests. The application is running normally. In break mode an application ...
Read now
Unlock full access