问题:当前不会命中断点。该文档尚未加载任何符号

发布于 2024-10-18 22:10:47 字数 373 浏览 2 评论 0原文



最近几天我一直在使用 Visual Studio 2005。直到昨天,它都运行良好。突然它停止了调试工作。对于我曾经使用过的每个断点,它都会给我“当前不会命中断点”。没有为此文档的错误加载任何符号。
我尝试了通过网络找到的所有可能的解决方案;
1. 清理并重建解决方案。
2.删除pdb文件并重建解决方案。
3. 删除 C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files 中的所有文件并重建解决方案。
4. 也更改了调试位置。

仍然没有发生任何事情。我对这个问题感到非常沮丧,因为没有解决方案有效。
请帮助我摆脱困境。
提前致谢
维杰

I have been working on Visual Studio 2005 since last couple of days. Till yestarday it was working fine. Suddenly it stopped working for debugging. For every breakpoints I used to work with it is giving me 'The breakpoint will not currently be hit. No Symbols have been loaded for this document' error.

I tried all the possible solutions found over net as;
1. Clean and rebuild solution.
2. Deleted pdb files and rebuild the solution.
3. Deleted all the files from C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files and rebuild the solution.
4. Changed the debug location as well.

Still nothing is happening. I am really frustrated with this issue, since no solution is working.

Please help me to get out of this.

Thanks in advance
Vijay

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

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

发布评论

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

评论(1

箜明 2024-10-25 22:10:47

通常,当您的 pdb 文件放置在错误的位置时,会出现符号未加载错误。转到您的项目属性并检查输出是否位于您之前设置的相同位置。如果是,请重置项目输出位置并重建解决方案。它应该可以解决你的问题。

Usually, the symbols not loaded error appears when your pdb file is placed in the wrong location. Goto your project properties and check if the output is going to the same location as you had set earlier. If yes, reset your project output location and rebuild the solution. It should solve your problem.

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