No symbols loaded message from within Visual Studio [closed]
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!!
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.