我在Debug编译下,调试,提示下面信息:1.Debuggin information for  'bts.exe' cannot be found or does not match, No symbols loaded.
Do yo wante to continue debugging?我设的断点无效了,无法调试!
请问这是什么原因呢? 应该怎么办呢?

解决方案 »

  1.   

    把Debug目录删除,在rebuild all一下试试.
      

  2.   

    rebuild all
    要是再不行的话,重起一下VC。
      

  3.   

    是不是设置有问题,去project->setting的debug选项卡看看吧。要是重编译和重启都不行,就招招VC设置的资料,就是这样的问题了。
      

  4.   

    .....
    这个问题其实是这样的,
    你先在重装了VC,你可以看看project->setting
    debug和release的差别,或者说能否进断点的差别
    C/C++标签下面
    Optimaizations --> Disabled(Debug)/Maximize --> Speed------Debug/Release
    ~~~~~~~~~~~~~~
    Debug info  --> Program Database for Edit and Continue/None --> Debug/Release
    ~~~~~~~~~~Link标签下面
    Generate Debug info --> 打勾/不打勾 --> Debug/Release
    ~~~~~~~~~~~~~~~~~~~其实从上面可以推出 在release模式下面如果要进断点,那么只要把Release的project->setting的三个地方改掉就好了:)
      

  5.   

    rebuild all可能是你改变了代码的目录导致的
      

  6.   

    删掉 *.ncb *.suo 然后重建