本文介绍了断点目前不会被击中。文件行无效:nnnn的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用VS2005并且我无法在我添加了一些新代码的区域设置断点。当我将鼠标悬停在断点上时,我得到:
断点当前不会被击中。文件行无效:nnnn
如果我将断点向下移动到正文或旧代码中。我已经移动了功能的主体并没有区别。所有其他功能设置断点都没有问题。
有没有人看过这个并且有修复?
谢谢,
Vaibhav Jaiswal
I''m using VS2005 and am unable to set a break-point those areas where I have added some new code. When I hover over the break-point I get:
"The break-point will not currently be hit. Invalid file line : nnnn"
If I move the break-point down in the body or in olde code it sets. I''ve moved the body of the function around and no difference. All other functions have no problem setting breakpoints.
Has anyone seen this and is there a fix?
Thanks,
Vaibhav Jaiswal
推荐答案
这篇关于断点目前不会被击中。文件行无效:nnnn的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!