从本机 c++ 恢复调用堆栈用户机器上的应用程序
我现在正在开发的应用程序在启动时在其中一台用户计算机上崩溃。用户计算机运行的是 Windows XP,并且有很多访问限制,其中之一可能会导致问题。
如何在不安装任何开发工具的情况下从崩溃中检索调用堆栈?
谢谢
The application I'm working on right now is crashing on one of the users machines at startup. The user machine is running Windows XP and has lots of access restrictions, one of them is probably causing a problem.
How can I retrieve the call stack from the crash without installing any dev tools?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 XP 中无法执行此操作,但在 Vista/Win7 中:
对于 XP,有一个名为 userdump.exe 的轻量级程序可以使用,但您说“没有工具”:)
You can't do this in XP, but in Vista/Win7:
For XP there is a lightweight program called userdump.exe that you can use, but you said "no tools" :)