通过 adplus 收集转储的正确方法是什么?
我想使用 adplus 收集挂起转储。我是否必须从一开始就使用 adplus 命令运行该进程,还是必须在应用程序挂起后启动它?如果必须从一开始就完成,是否有办法减少转储的大小,直到实际挂起事件发生?
谢谢。
I want to collect the hang dumps using adplus. Do I have to run the process with adplus command right from the start or do I have to start it once the application is hung? If it has to be done right from the start, is there way to reduce the size of dumps until the actual hung event happens?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
当您发现您的.exe 挂起时, 。转储的大小取决于转储的类型和转储进程的大小。您可以在命令行选项或 .cfg 文件中控制转储类型。
这将立即产生转储,就像您已附加了 Windbg 并
You can use the
when you discover your.exe is hung. The size of the dump is depend of the type of dump and the size of the dumped process. You can control the type of dump in either command line options or in the .cfg file.
This will produce an immediate dump, just as if you have attached with windbg and