Chapter 8. Debugging Visual Basic Programs
After completing this chapter, you will be able to:
Identify different types of errors in your programs.
Use Visual Studio debugging tools to set breakpoints and correct mistakes.
Use the Autos and Watch windows to examine variables during program execution.
Use a visualizer to examine string data types and complex data types within the IDE.
Use the Immediate and Command windows to change the value of variables and execute commands in Visual Studio.
Remove breakpoints.
In the past few chapters, you’ve had plenty of opportunity to make programming mistakes in your code. Unlike human conversation, which usually works well despite occasional grammatical mistakes and mispronunciations, communication between a software ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access