What could the solution for this error. I got this warning when i try to run the code in debug mode.
Thanks in advance.
What could the solution for this error. I got this warning when i try to run the code in debug mode.
Thanks in advance.
The question very similar to your one Why can't I debug? are alredy answered.
The reasons for your PDB problem eplained here:
You are compiling in release instead of debug
You need to clean/build or rebuild
You don't have your pdb files being generated in the same directory as the exe
You have a mismatching pdb, maybe the copied source is newer than today's date and something isn't building properly.
Try cleaning out all debug object files