是否可以在不是多项目解决方案的主要启动项目的项目中命中断点?

发布于 2025-01-17 19:41:50 字数 510 浏览 1 评论 0原文

我正在处理具有多个项目的解决方案。启动项目和另一个值得关注的项目是这个问题的提示。

我在启动项目中设置/命中代码断点没有问题,但在另一个项目中没有命中断点。两者都是 Web 应用程序,当页面加载时,启动项目会显示主页,其中包含指向另一个项目中网页的链接。当我单击主项目页面中的链接时,它指向另一个项目中的页面,但从未遇到断点。

将鼠标悬停在断点上时出现警告消息,“当前不会命中断点。尚未为此文档加载任何符号”

我是否应该无法命中未指定为启动的其他项目的断点?

我还要补充一点,网页是使用本地 IIS 配置的,而不是 IIS Express,但我认为这不会有什么不同。

我已经检查了所有可能的配置区域,我知道会发生此类问题,尽管涵盖了所有基础,但此错误仍然存​​在。我什至浏览过工具 ->选项-调试->符号并确保已指定符号服务器等。

所有配置均设置为“调试”。我已经删除了 obj/bin/vs 目录,清理,重建并重新启动了 VS,但没有任何解决。

我本以为在执行所有这些步骤后这个问题不会仍然存在

I am working in a Solution having multiple projects. The startup project and one other project of concern is the prompt of this question.

I have no issues setting/hitting breakpoints of code within the Startup project but no breakpoints are being hit in the other. Both are web apps and when the page loads the Startup project displays the main page with a link that points to a webpage in the other Project. When I click the link in the page of the Main project, it points to a page in the other project but no breakpoints are ever being hit.

Warning message when hovering over the breakpoint states, "The breakpoint will not currently be hit. No symbols have been loaded for this document"

Should I not be able to hit the breakpoint of the other Project which isn't designated as Startup?

I'd also add that the webpages are configured using local IIS, not IIS Express but I wouldn't think that should make a difference.

I've gone through every possible area of configuration where I've known this type of issue to happen and despite covering all basis, this error persists. I've even gone through Tools -> Options - Debugging -> Symbols and ensured the symbol server has been specified and etc.

All configurations are set to Debug. I've deleted the obj/bin/vs directories, cleaned, rebuilt and also restarted VS without any resolve.

I would have expected this problem not to still be persistent after all these steps

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文