什么等效于.NET的MuTek Bug陷阱? [英] What's Something equivalent to MuTek bug trapper for .NET?

查看:74
本文介绍了什么等效于.NET的MuTek Bug陷阱?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

MuTek Solutions Ltd错误陷阱程序正在我最后一次检查的.NET版本上工作.但是我想什么都没有.

MuTek Solutions Ltd bug trapper was working on a .NET version the last I checked.  But I guess nothing came of it.

我几次使用他们的C ++版本,都取得了巨大的成功.

I used their C++ version a couple times with great success.

.NET应用程序是否具有与MuTek等效的堆栈执行跟踪功能?这是将堆栈中各种过程的执行历史记录显示到一个大的跟踪树中.如果您有一个只会崩溃的应用程序 在现场发布时,您可以部署此模块以返回应用程序在调用堆栈中崩溃的位置.

Is there an equivalent of MuTek's stack execution tracing features for .NET applications?  What this does is show the execution history of various procedures in the stack into a large trace tree.  If you have an application that's only crashing in release out in the field, you could deploy this module to return where the application is crashing in the call stack.

顶级尝试{}捕获{}在这里不起作用.

Top level try{}catch{} isn't working here.

 

推荐答案

 

 

您好,

AFAIK,t 这里没有直接设计用来解决.NET崩溃问题的工具,它将堆栈跟踪数据库 在应用程序的整个生命周期中.

AFAIK,there is no tool directly designed to to troubleshoot .NET crash will stack trace database throughout the lifecycle of the application.

不过,要对.NET应用程序的问题进行故障排除,您可以使用DebugDiag

However, to troubleshoot issues with .NET application you can use DebugDiag

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=4A2FBD0D-0635-440C-A08B-ED81BDBB5960&amp%3Bdisplaylang=en#Overview 

捕获转储并使用崩溃分析来查看故障堆栈.

to capture a dump and use crash analysis to see the faulting stack.

ADPLUS http://support.microsoft .com/kb/286350   too是一个很好的工具,可以捕获二进制文件的崩溃转储文件,并在以后进行分析 使用SOS.dll的Visual Studio调试器/WinDBG http://msdn.microsoft.com/zh-CN/library/yy6d2sxs.aspx .

ADPLUS http://support.microsoft.com/kb/286350 too is an good tool to capture a crash dump for the binary and later analyze in Visual Studio Debugger/WinDBG using SOS.dll http://msdn.microsoft.com/en-us/library/yy6d2sxs.aspx.


这篇关于什么等效于.NET的MuTek Bug陷阱?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆