Windows Embedded 中的远程调试
我正在将一个项目从 Windows CE 6 迁移到 Windows Embedded Standard 7,并且想知道 .Net 应用程序的远程调试如何与 Windows Embedded 目标设备配合使用。在使用 VS2008 和 ActiveSync (USB) 的 CE 中,我可以按 F5,我的应用程序会自动部署到目标设备并执行,这样我就可以单步执行断点,就像在本地调试一样。
Windows Embedded 调试是否有等效的远程调试解决方案?快速浏览一下 Visual Studio“远程调试器”文档会让整个事情显得更加笨拙/集成度较低。有没有一种简单的方法可以像使用 CE 一样在运行 Windows Embedded 的目标设备上调试应用程序?
谢谢, 本
I'm moving from Windows CE 6 to Windows Embedded Standard 7 for a project and am wondering how remote debugging of .Net apps works with Windows Embedded target devices. In CE with VS2008 and ActiveSync (USB), I can hit F5 and my app is automatically deployed to the target device and executed so I can step through my breakpoints just like I would if I were debugging locally.
Is there an equivalent remote debugging solution for Windows Embedded debugging? A quick glance through the Visual Studio "Remote Debugger" documentation makes the whole thing seem a lot clunkier/less integrated. Is there an easy way to debug applications on target devices running Windows Embedded like I would with CE?
Thanks,
Ben
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只有在嵌入式 Std7 上通过标准网络接口执行此操作的经验,但我猜想使用 ActiveSync 连接的方法完全相同(因为像我的手机这样的 ActiveSync 设备会出现在“我的电脑”下);简而言之:
看看 此处查看文档这让我开始了。
I only have experience doing this over standard network interfaces on a Embedded Std7, but I guess the approach using an ActiveSync connection is exactly the same (as ActiveSync devices like my cellphone turn up under 'My Computer'); in short:
Look here for the document that got me started.