Debug Diagnostic tool (DebugDiag) is a free tool that assists the user in troubleshooting issues such as hangs, poor performance and memory leaks/ Fragmentation in any user mode process.
It is composed of the following 3 components: a debugging service, a debugger host, and the user interface.
The Debugging ServiceThe debugger service (DbgSvc.exe) performs the following tasks:
The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance, memory leaks or fragmentation, and crashes in any user-mode process. The tool includes additional debugging scripts focused on Internet Information Services (IIS) applications, web data access components, COM+ and related Microsoft Technologies
Overview
The Debug Diagnostic Tool (DebugDiag) is designed to assist in troubleshooting issues such as hangs, slow performance, memory leaks or memory fragmentation, and crashes in any user-mode process. The tool includes additional debugging scripts focused on Internet Information Services (IIS) applications, web data access components, COM+ and COM+ related Microsoft technologies, Sharepoint, and .NET framework.
- DebugDiag 1.0 was released as part of the IIS Diagnostic Toolkit and as a standalone tool (x86 only).
- DebugDiag 1.1 was released as a standalone tool only (x86 and limited x64 support).
- DebugDiag 1.2 is currently available as a standalone tool only (x86 and full x64 support).
It is composed of the following 3 components: a debugging service, a debugger host, and the user interface.
The Debugging ServiceThe debugger service (DbgSvc.exe) performs the following tasks:
- Attach/Detach the host to processes
- Collect performance monitor data
- Implement HTTP ping to detect hangs
- Inject leak monitor into running processes
- Collect debugging session state information
- Shows the state of each rule defined
- Rules: Creates control script for the debugger host through a wizard. The script is located under the directory \scripts.
- Advanced Analysis: Runs a selected “Analysis Script” against one or more memory dumps.
- Processes: Shows status of running processes/services.