I have a .dmp file which needs debugging. When I build the project in Visual Studio, it gives me x64 binaries PDB, DLL. When I check dissassembly code, I have choosen view source code, but still it doesn't show me the right plce in sources where the pointer null reference crash is occured.
Completely new to Visual Studio 2019 debugging/development, any help is appreciated. Thanks.