Summary
This chapter presented you with the different features of the integrated
debugging environment in Visual Studio .NET. These powerful tools help you
track down bugs easily. In this chapter, you learned:
How to set and use breakpoints
How to step through your code, line by line, as well as how to step over
procedures
How to use the various debugging windows and tools provided by Visual
Studio .NET
How to add conditional compilation constants to your code, allowing you to
include or exclude blocks of code based on those constants
Using the powerful tools provided by Visual Studio .NET, you should be able
to track down and destroy bugs in your applications, quickly and
efficiently.
This chapter presented you with the different features of the integrated
debugging environment in Visual Studio .NET. These powerful tools help you
track down bugs easily. In this chapter, you learned:
How to set and use breakpoints
How to step through your code, line by line, as well as how to step over
procedures
How to use the various debugging windows and tools provided by Visual
Studio .NET
How to add conditional compilation constants to your code, allowing you to
include or exclude blocks of code based on those constants
Using the powerful tools provided by Visual Studio .NET, you should be able
to track down and destroy bugs in your applications, quickly and
efficiently.
本章介绍了Visual Studio.NET集成调试环境的不同特性,这些强大工具可助你轻松追踪错误。你将学习设置和使用断点、逐行调试代码、使用各种调试窗口和工具,以及添加条件编译常量来包含或排除代码块,能快速高效地解决应用程序中的错误。
2万+

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



