Silverlight项目不会进入调试模式

发布于 2024-12-01 12:50:16 字数 128 浏览 1 评论 0原文

我在 VS 2010 中的 Silverlight 项目已停止进入调试模式。即使我在 Application 类的构造函数中设置断点,它也拒绝命中断点。我的其他项目仍然很好,但我找不到任何可能被意外更改以阻止我进行调试的设置。可能发生什么事?

My Silverlight project in VS 2010 has stopped entering debug mode. Even if I set a breakpoint in the constructor of the Application class, it refuses to hit any breakpoints. My other projects are still fine, but I can't find any setting that may have accidentally gotten changed to keep me from debugging. What could be going on?

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

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

发布评论

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

评论(4

再见回来 2024-12-08 12:50:16

打开关联的 Web 项目的属性。选择网络选项卡。滚动到底部,并在“调试器”部分中确保选中“Silverlight”。

Open the properties of the associated Web Project. Select the Web Tab. Scroll to the bottom and in the "Debuggers" section make sure "Silverlight" is Checked.

稚气少女 2024-12-08 12:50:16

不知道发生了什么,但这就是让它再次工作的原因。

我将其更改为Release模式,编译它。关闭并重新启动 VS,将其更改回调试模式,运行它并再次命中断点。

Not sure what happened, but here's what got it working again.

I changed it to Release mode, compiled it. Closed and restarted VS, changed it back to Debug mode, ran it and breakpoints hit again.

烦人精 2024-12-08 12:50:16

确保工具栏中的下拉菜单设置为“调试”而不是“发布”

Make sure the dropdown in the toolbar is set to Debug and not Release

东北女汉子 2024-12-08 12:50:16

在附加进程时,请附加 w3p.exe 和 Silverlight 的 iexplorer 实例,这应该可以解决您的问题。

While Attaching the process please attach w3p.exe and iexplorer instance of Silverlight this should resolve your issue.

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