CHAPTER 7

Debugging Visual Basic Code

Visual Basic provides debugging tools to help you analyze how your application operates. These tools are particularly useful in locating the source of errors (bugs). You can also use them to experiment with changes to your application or to learn how applications created by others work. This chapter shows you how to use the debugging tools included in Visual Basic.