本文介绍了DebugDiag:如何手动注入LeakTrack.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在生产中进行了故障转储,以识别内存泄漏.当我使用DebugDiag(第2版更新2)时,我得到了一个报告

I have a crash dump from production to identify a memory leak. When I used DebugDiag (v2 update 2), I get a report

.我找不到从DebugDiag UI或在阅读完文档后注入LeakTrack.dll的方法.如何手动注入LeakTrack.dll?

. I'm not able to find a way to inject LeakTrack.dll from DebugDiag UI or after going through the documentation. How do I inject LeakTrack.dll manually?

推荐答案

在Debug Diag安装文件夹中,应该有一个DebugDiag.Collection.exe.如果运行它,请选择,然后切换到进程"选项卡.选择您的过程,然后从上下文菜单中选择监视泄漏".这将注入DLL.

In the Debug Diag installation folder, there should be a DebugDiag.Collection.exe. If you run it, select , then switch to the processes tab. Choose your process and from the context menu, select "Monitor for leaks". This will inject the DLL.

这篇关于DebugDiag:如何手动注入LeakTrack.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 20:13