为什么我无法调试 MvvmLight Silverlight 应用程序

发布于 2024-10-17 02:45:57 字数 155 浏览 1 评论 0原文

我创建了一个默认的 Mvvmlight silverlight 4,它成功运行并在浏览器中显示该应用程序。

如果我在 MainPage 的构造函数中放置断点并调试应用程序,则调试器不会中断。我该如何配置才能调试 silverlight 应用程序?

参考值 道格拉斯

I have created a default Mvvmlight silverlight 4, and it runs successfully displaying the app in the browser.

If I put a break point in the constructor of the MainPage, and debug the app, the debugger does not break. How do I configure this so I can debug the silverlight app?

Rgds
Douglas

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

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

发布评论

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

评论(2

熟人话多 2024-10-24 02:45:57

我想我可能遇到了另一个问题。您是否正在使用 silverlight 进程?仅仅因为您通过点击按钮进行调试,并不意味着您已连接到 silverlight 进程。对于具有 WPF/Windows 窗体背景的我来说,这是一个巨大的变化。

I think I may have been having another issue. Are you Attaching to the silverlight process? Just because you are debugging by hitting the button, doesnt mean you are attached to the silverlight process. This was a big change for me coming from a WPF/Windows Forms background.

戏蝶舞 2024-10-24 02:45:57

我添加了一个 Web 项目并将其链接到 mvvm silverlight 应用程序。

另外,我使用 Firefox 作为默认浏览器,并且在调试器可以附加到 Firefox 之前需要完成配置调整。请参阅 使用 VS 调试 Silverlight和 Firefox 了解详细信息。

I added a Web project and linked it to the mvvm silverlight app.

Also I am using firefox as default browser and there is a config tweak that needs to be done before the debugger can attach to firefox. see Debugging Silverlight with VS and Firefox for details.

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