DebugDiag was originally developed to help analyze IIS performance problems, but it can also be used for any other process.
Function introduction
■ Process crash data collection: This is very much like the Windows debugger. DebugDiag will attach to a process and generate a dump file when the program crashes or an exception occurs.
■Memory leak: The DebugDiag tool injects a DLL into the process that needs to detect memory leaks, and monitors the memory allocation in the process. It then generates a dump file that developers can analyze to find the leaked code. This tool can calculate Leak Probability based on different memory allocation patterns used in the program.
■A powerful extensible object model (based on COM): It can provide some information needed when analyzing memory leaks and process crashes.
Things to note
You can select the "Typical" installation option when installing the IIS diagnostic toolset.
Supplement: DebugDiag can be used to analyze and track memory leaks and process crashes.
Use DebugDiag to diagnose ASP.Net exceptions:
1. Install according to the type of operating system (32-bit or 64-bit).
2. Run DebugDiag 1.2 in the Debug Diagnostic Tool 1.2 application group.
3. Configure Crash rules.
it works
it works
it works