Chapter 9. Debugging in Visual Studio .NET
OBJECTIVES
Learn the three modes of Visual Basic
Learn to invoke the debugger
Learn to watch variables and set breakpoints
Learn to control and view the execution path of your source code in the
debugger
Learn to use the Immediate window
This chapter examines the basics of the source code debugger that is built
in to the Visual Studio .NET environment. You will learn about the
different modes in which you'll work within Visual Studio, how to step
through code, and how to set breakpoints. In addition, you will learn about
many of the debugging tools and windows provided by the Visual Studio .NET
environment.
TIP
To follow along with the material in this chapter, load the sample project
Debugger.sln.
OBJECTIVES
Learn the three modes of Visual Basic
Learn to invoke the debugger
Learn to watch variables and set breakpoints
Learn to control and view the execution path of your source code in the
debugger
Learn to use the Immediate window
This chapter examines the basics of the source code debugger that is built
in to the Visual Studio .NET environment. You will learn about the
different modes in which you'll work within Visual Studio, how to step
through code, and how to set breakpoints. In addition, you will learn about
many of the debugging tools and windows provided by the Visual Studio .NET
environment.
TIP
To follow along with the material in this chapter, load the sample project
Debugger.sln.
此博客聚焦于 Visual Studio.NET 环境下的源代码调试基础。介绍了 Visual Basic 的三种模式,包括如何调用调试器、监视变量、设置断点,以及控制和查看源代码执行路径。还提及了使用即时窗口等调试工具和窗口。
371

被折叠的 条评论
为什么被折叠?



