适用于 Windows Embedded Standard 7 的调试工具

发布于 2024-10-10 13:27:58 字数 225 浏览 1 评论 0原文

我正在通过运行 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 技术交流群。

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

发布评论

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

评论(1

半寸时光 2024-10-17 13:27:59

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.

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