简体   繁体   中英

No symbols are loaded for any call stack frame. The source code cannot be displayed

please can anybody help me? I'm suffering - every time I debug my c++ (opencv) code, I have an exception and then the following msg:

No symbols are loaded for any call stack frame. The source code cannot be displayed.

What's the matter, and how can I solve it? my colleagues have executed the same code but had no errors or exceptions.

I am running Windows 7 32 bit and Visual Studio 2005, opencv 2.2.0

我的问题已解决...这是图像路径的问题。

Although the OP's issue has been solved, there is another possibility for this error that I have come across (might help someone else).

You can check under Debug->Exceptions; if any of the exceptions in this window are checked, it may show that popup if you come across a First Chance Exception. None of these need to be checked to simply debug your code, but are helpful if you're trying to track down a particular exception.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM