断点没有被解雇 [英] Breakpoint not getting fired

查看:83
本文介绍了断点没有被解雇的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



在调试我的项目时,我的断点没有被触发,它显示一条消息,例如"该断点当前不会被命中".没有为该文档加载任何符号''....如何发生..

请帮我
提前Thnx

Hi,

While debugging my project,my breakpoint is not getting fired and it shows a message like ''the breakpoint will not currently be hit. no symbols have been loaded for this document''....How this occurs..

Plz help me
Thnx in advance

推荐答案

我认为这些参考资料
http://stackoverflow.com/questions/2155930/fixing-the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-fo [ http://geekswithblogs.net/dbutscher/archive/2007/06/26/113472.aspx [^ ]
http://blogs.msdn.com/b/praveeny/archive/2007/03/02/breakpointnothit.aspx [ ^ ]
可能会有所帮助.
I think these references
http://stackoverflow.com/questions/2155930/fixing-the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-fo[^]
http://geekswithblogs.net/dbutscher/archive/2007/06/26/113472.aspx[^]
http://blogs.msdn.com/b/praveeny/archive/2007/03/02/breakpointnothit.aspx[^]
may be helpful.


这只是意味着您的PDB文件时间戳和项目dll文件时间戳不匹配.二进制文件可能是新的,而PDB却不是.只需清洁解决方案或删除bin文件夹即可.重建所有内容,然后尝试-应该可以.
This simply means that your PDB file timestamp and project dll filestamp does not match. Binaries are probably new and PDB are not. Just clean the solution or delete bin folder. Rebuild everything and then try - it should work.




请参阅以下链接:

http://stackoverflow.com/questions/2709525/visual-studio-2010-the-breakpoint-will-not-currently-be-hit-no-symbols-have-be [ http://stackoverflow.com/questions/2155930/fixing-the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-fo [
Hi,

see the following links:

http://vakul.wordpress.com/2009/06/11/debugger-problem-the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-document/[^]

http://stackoverflow.com/questions/2709525/visual-studio-2010-the-breakpoint-will-not-currently-be-hit-no-symbols-have-be[^]


http://stackoverflow.com/questions/2155930/fixing-the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-fo[^]


这篇关于断点没有被解雇的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆