Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use DebugDiag debugging tool

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article shows you how to use the DebugDiag debugging tool, the content is concise and easy to understand, can definitely brighten your eyes, through the detailed introduction of this article, I hope you can get something.

DebugDiag

Application situation

Locate problems in the process (memory leaks, crashes, etc.)

Current version

1.0

Download address

Part of the IIS Diagnostic tool set (IIS Diagnostics Toolkit), http://www.

Microsoft.com/downloads/details.aspx?familyid=9BF

A49BC-376B-4A54-95AAmur73C9156706E7 &

Displaylang=en

Analysis mechanism

Debugger, log file

DebugDiag was originally developed to help analyze the performance problems of IIS, and it can also be used in any other process. It mainly includes the following functions:

■ process crash data collection: much like the Windows debugger, DebugDiag is attached to a process and generates a dump file when the program crashes or an exception occurs.

■ memory leaks: the DebugDiag tool injects a DLL into a process that needs to detect memory leaks and monitors memory allocation in the process. It then generates a dump file that the developer can analyze to find the leaked code. Depending on the different memory allocation modes used in the program, this tool can calculate the leak probability (Leak Probability).

■ is a powerful extensible object model (based on COM): it provides some information needed to analyze memory leaks and process crashes.

You can select the "Typical" installation option when installing the IIS diagnostic toolset.

Add: memory leaks and process crashes can be analyzed and tracked through DebugDiag.

The above is how to use DebugDiag debugging tools. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report