为什么我无法调试 MvvmLight Silverlight 应用程序
我创建了一个默认的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想我可能遇到了另一个问题。您是否正在使用 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.
我添加了一个 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.