您的位置:首页 > 其它

What's New in the Visual Studio Debugger

2010-03-09 16:39 399 查看
全文转载:http://msdn.microsoft.com/en-us/library/01xdt7cs(VS.100).aspx The Visual Studio 2010 debugger has been enhanced by the addition of the following features: Breakpoint enhancements, which include the ability to search in the Breakpoints window, the ability to label breakpoints, the ability to import and export breakpoints, and string comparison for breakpoint conditions in native debugging. 断点方面的增强,支持导入导出断点。 也可以为断点添加标签。 还可以对断点进行搜索

For more information, see How to: Search the Breakpoints List, How to: Label Breakpoints, and How to: Import and Export Breakpoints.

WPF debugging enhancements, which include enhanced tracing that you can use to view events in your WPF application. You can use a WPF Tree Visualizer to inspect and search the WPF tree. 进一步增强了对WPF程序的跟踪调试,这首先可以通过订阅某些事件来实现,同时还可以通过一个可视化的工具查看WPF树(逻辑树和视觉树)
For more information, see How to: Use the WPF Tree Visualizer.

A newly redesigned Threads window provides filtering, call-stack searching and expansion, and grouping. New columns display affinity masks, process names, and managed IDs. You can customize which columns appear and in what order. 重新设计的线程窗口。 For more information, see How to: Use the Threads Window.

You can use the Parallel Stacks and Parallel Tasks debugger tool windows to visualize and debug parallel code that is written in C++, C#, or Visual Basic. For information about how to use these tool windows, see Walkthrough: Debugging a Parallel Application. 增强了对并行任务程序的监控,提供了两个窗口来显示有关的信息。

Enhanced DataTips can float on top of other windows or be pinned. DataTips now have a comment field. Floating DataTips that are open persist between debug sessions. For more information, see How to: Use DataTips. 可以使用所谓的DataTips,记录调试中对于变量的一些描述信息

For dump debugging, a new summary page displays basic information about the contents of the dump file before you start to debug. This page offers quick links to the most common next steps, such as setting your symbol paths and starting to debug. The debugger now fully supports debugging of managed dumps for applications that are using common language-run-time (CLR) version 4.0. For more information, see Dump Files. 保存调试文件

The Watch window and DataTips provide an icon to warn you when an evaluating an expression requires other threads to run, which can change the program state and cause debug events such as breakpoints to be ignored. If you click the icon, the threads run. For more information, see How to: Refresh Watch Values.

Enhancements to symbol loading. See How to: Specify Symbol Locations and Loading Behavior.

You can now debug mixed-mode native and managed code on 64-bit operating systems. For more information, see How to: Debug 64-Bit Applications.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: