when my application crashes, I see in call stack window that crash occured in opencv_core220.dll
You may see the screenshot here.
But I would like to see the full path to this dll. Is there a way?
The fact is that I’ve got several such dlls on my PC and moreover,
some of them have the same name but are actually different.
And please, do not point me to the articles that explain “dll searching order in Windows” 🙂
I just want to know the full path right within the call stack window.
Thanks in advance,
Anton
You can open the modules tab in debugging, there you’ll get a list of all loaded binaries and their full path:
Debug -> Windows -> Modules.