Visual Studio dmp debug fails to find source code

Yash MJ 1 Reputation point
2022-04-28T06:48:41.763+00:00

I have a .dmp which was obtained from TelephonyTool.exe, when I try to analyze the same I learnt that Visual studio needs symbol path : thus I added the PDB path.
But in my case, the dissasembly code never points to cause of error which is does by linking to source code.

I am completely new to Visual Studio Environment, it would be of great help if anybody has any inputs on :
a. PDB+DLL debugging using .DMP
b. How to solve additional libraries to be able to build newly on Visual Studio, for me it always fails with Openssl errors.

Developer technologies | Visual Studio | Debugging
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.