No symbols loaded message from within Visual Studio [closed]

asked 2013-10-02 20:30:58 -0600

Phoeniyx gravatar image

updated 2013-10-03 02:11:51 -0600

Moster gravatar image

Hey guys. I am debugging one of my applications. When I try to step into the approxPolyDP opencv function, it doesn't find the source. It gives me the following message:

[Frames below may be incorrect and/or missing, no symbols loaded for opencv_core246d.dll]

What do I do? Thanks!!

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-09-27 07:59:41.377703

Comments

if you're using the prebuild libs, it's not possible debug the code inside opencv, as the pdb files for them are not supplied. (you can still debug your own code) . if you need this feature, you'll have to rebuild using cmake.

berak gravatar imageberak ( 2013-10-03 02:13:19 -0600 )edit