您的位置:首页 > 其它

Chapter 9. Debugging in Visual Studio .NET

2005-09-09 09:32 369 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: