I am currently stuck with some debugging issues... hope you guys can help me out! I have developed a software and have given it out to some people.
Now if the programm crashes, which has happened a couple of times, the program writes a minidump file and sends it to me.
I have opened this minidump file in VS2012 and tried to debug it with the source code. I have linked the pdb files in the properties page: Options -> Debugging -> Symbols -> Symbol file locations. As far as I can judge it, the pdb files are found and are used in VS.
However, my source files are not linked. There is always the page - No Source Available - displayed. I tried several advices given in stackoverflow, the microsoft support page and other google results. The basic thing everybody said is to link the source files in Solution RightClick -> Properties -> Debug Source Files by adding the source file paths. I added nearly every possible path but it still didnt work. I even opened the minidump file in my developing solution in which all source files are build and located and tried to debug in that solution -> Unfortunately no success.
Has anyone from you encountered this problem? Do you know a way to look at the errors in the source codes?