can’t find the pdb(opencv_world300d.pdb)
When I want to find where the opencv_world300d.pdb is,I find that there is only the opencv_ts300d.pdb. So I think it may be the bug of the opencv3.0-beta.
What's the solution? Please help me. Thank you!
If you want the pdb files than you have the build OpenCV sourcecode from scratch. It is system dependent debug information for each module, and is not standard shipped for the modules in a prepacked version. However you can simply use OpenCV without them if you do not want to run debug sessions.