VB6 Assistance in Debugging
v
Visual Basic assists you in avoiding bugs (
Option
Explicit
) and in finding bugs with
breakpoints
v
A breakpoint stops the program execution at a
designated location so you can examine the
variable’s values
Demo of Breakpoints