Define bugs and application errors and explain how they are generated an how they can be avoided. Use Visual Basic debugging tools including break mode, the immediate window, the Locals window, Watch expressions, and the Call Stack to find bugs in application code. Identify run-time errors, such as the integer overflow error. Trap errors and write error handling code
Set compilation options and compile a Visual Basic application. Describe the process of application distribution.Use the Package and Deployment Wizard to package and deploy and application
Unit 1: Debugging an Application
- Defining Bugs and Application Errors
- Visual Basic Debugging Tools
Unit 2: Error Trapping
- Unpredictable errors
- Trapping Errors
Unit 3: Compiling and Distributing Applications
- Compiling an Application
- Distributing an Application