应用程序崩溃时 Windows 没有生成调试窗口

发布于 2024-11-19 05:18:15 字数 495 浏览 1 评论 0原文

当我的应用程序崩溃时,Windows XP 没有生成下面给出的窗口 在此处输入图像描述

我配置了即时 (JIT) 调试器,如下所示。当其他一些窗口出现时,Windows 生成了上述窗口应用程序崩溃了。
可能出现什么问题?
是否有任何机制可以知道应用程序是正常退出还是崩溃?

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]
"Auto"="0"
"Debugger"="C:\NeST\DebuggingTools\Debugging Tools for Windows (x86)\ntsd.exe -p %ld -e %ld -g -noio -c ".dump /ma /u c:\dumps\jit.dmp; q"
"UserDebuggerHotKey"=dword:00000000

When my application crashed, Windows XP did not generate the window given below
enter image description here

I configured the Just In Time (JIT) debugger as given below.Windows generated the above window when some other applications crashed.
What could be the problems?
Is there any mechanisms to know whether an application exited normally or crashed?

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug]
"Auto"="0"
"Debugger"="C:\NeST\DebuggingTools\Debugging Tools for Windows (x86)\ntsd.exe -p %ld -e %ld -g -noio -c ".dump /ma /u c:\dumps\jit.dmp; q"
"UserDebuggerHotKey"=dword:00000000

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

離殇 2024-11-26 05:18:15

我不知道为什么这对您不起作用,但您可以使用 adPlus。这样您就不再依赖某些全局注册表设置,并且可以更好地控制监控。

I don't know why this hasn't worked for you, but you can launch your app using adPlus. You're then not dependent on some global registry settings, and have more control about the monitoring.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文