vs2010中,当调试程序时在断点的图标上出现一个小感叹号怎么办?
发布网友
发布时间:2024-10-04 06:50
我来回答
共1个回答
热心网友
时间:2024-10-21 09:43
一、可能是代码有所改动,导致断点处无法准确定位。
解决方法:右键点击失效断点处-选择location-选中"Allow the source code to be different from the original version"
二、可能是目标文件与源文件不同。
解决方法:在菜单中选择Tools--Options--Debugging---General,取消掉Require sourch files to excatly match the original version.