Why can't I debug?

后端 未结 8 1737
暗喜
暗喜 2020-12-06 05:11

When I was about to debug C++ program in VS2005,the program didn\'t stop at the breakpoints.

The VS said\"No symbols are loaded for any call stack frame. The source

8条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-06 05:18

    Just to add another possibility not yet covered by MainID:

    When debugging, I actually started some program that would call into the classes I wanted to debug (it's some sort of add on). The called program is partly written in unmanaged C++. When I checked "Enable unmanaged code debugging" the error would come up (and subsequently the program crashed) because the program did not have any debug information.

提交回复
热议问题