您的位置:首页 > Web前端

Debugging Tools for Windows Updated: February 26, 2010

2010-02-28 00:18 387 查看
Debugging Tools for Windows Updated: February 26, 2010

Highlights in Version 6.12.2.633

This is the current version of Debugging Tools for Windows and is available in the Windows Driver Kit (WDK). This release of Debugging Tools for Windows contains many bug fixes and new enhancements. The debuggers are stable and more reliable than previous releases and we recommend that you upgrade to this version.

Here are some of the key changes in this version of Debugging Tools for Windows:
1.
Several bug fixes in extensions to only use public symbols

2.
General BugCheck Analysis Updates including:•
Bug Check 0x9F Update – Added logic to diagnose bugcheck 0x9F minidumps using new data in Windows 7 added to the 0x9F minidumps by the Kernel and Networking Teams.
Data includes:
- All Kernel ExWorkerThreads that process Power IRPs
- IRPs Associated with any ExWorkerThread
- IRPs Associated with PnP Completion Queue
- All Kernel Power IRPs
- Device Stacks for all IRPS
- NT_TRIAGE_POWER Structure
- NT_TRIAGE_PNP structure

BugCheck 0xFE Update - Add logic to diagnose bugcheck 0xFE minidumps using new to Windows 7 callback data added by the USB team.

3.
Fixed user-mode minidump generation problem.

4.
Fixed buffer overrun in schannel transport.

5.
Fixed several kernel debugger transport issues.

6.
Fixed problem with debugger reporting incorrect FPO information.

7.
Allowed stack dumps deeper than 65535 if specified explicitly.

8.
Changed ".outmask /a" and ".outmask /d" to be set only instead of or/xor.

9.
The old ADPlus.vbs is being replaced by ADPlus.exe which requires the .Net Framework 2.0. For those cases where the .Net Framework isn't available we are still shipping the older version renamed to adplus_old.vbs. For detailed documentation of the new ADPlus.exe as well as for its new companion ADPlusManager.exe please see adplus.doc located in the same folder as adplus.exe.

Additional details on some of these features can be found in the debugger documentation (debugger.chm). To open this documentation, use Start --> Debugging Tools for Windows --> Debugging Help.

http://www.microsoft.com/whdc/devtools/debugging/default.mspx
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: