适用于 Windows Embedded Standard 7 的调试工具
我正在通过运行 C# 应用程序来构建 WES 7 操作系统,以查看需要添加到哪个包。大多数时候,我可以通过查看系统事件从错误中获取足够的信息。然后我可以将正确的包添加到应答文件中以创建操作系统映像。但有时我无法从系统事件查看器中找到足够的信息。
是否有任何工具(调试器?)我可以用来跟踪哪个文件\库\dll丢失导致我们的应用程序在运行时崩溃?我无法在该测试机器上安装 Visual Studio。
谢谢,
I am building WES 7 OS by running our C# application to see which package I need to add to. Most of the time I can get enough information from the error by viewing the System Event. Then I can add right package to the Answer file to create the OS image. But sometime I cannot find enough information from the System Event Viewer.
Is there any tool (debugger?) I can use to trace which file\library\dll is missing which cause our application crash during the runtime? I cannot install Visual Studio on that testing machine.
thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Dependency Walker 是一个很棒的工具:http://www.dependencywalker.com/
它曾经被包含在内与 SDK 一起使用,但我不确定是否现在仍然如此。无论如何,我确信 dependencywalker.com 网站上的内容是最新的。
Dependency Walker is a fantastic tool for this: http://www.dependencywalker.com/
It used to be included with the SDK, but I'm not sure if it is anymore. In any case, I'm sure the one on the dependencywalker.com site is more up-to-date.