Visual Studio Windows Mobile 调试不起作用

发布于 2024-09-09 06:18:18 字数 117 浏览 1 评论 0原文

在 Windows 6 专业模拟器上从 Visual Studio 2005 调试 .NET CF 移动应用程序时,我无法命中断点。调试开始,应用程序加载到设备上,但所有断点都被禁用。有什么提示吗?

问候

I can't hit any breakpoints while debugging a .NET CF mobile application from Visual Studio 2005 on Windows 6 professional emulator. Debugging starts, application is loaded on the device but all breakpoints are disabled. Any hints?

Regards

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

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

发布评论

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

评论(1

云淡风轻 2024-09-16 06:18:18

只需确保:您正在调试模式下运行,对吗?

如果您正在调试设备上旧版本,您可能需要在部署之前将其删除(它不会覆盖旧版本)。

在我搞砸了我的项目之后,这个链接也派上了用场:

http:// /geekswithblogs.net/dbutscher/archive/2007/06/26/113472.aspx

Just making sure: you are running in Debug mode right?

If you're debugging an older version than was previously on your device, you might want to remove it before deploying (it won't overwrite older versions).

Also this link came in handy after I messed up my project:

http://geekswithblogs.net/dbutscher/archive/2007/06/26/113472.aspx

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