Click to See Complete Forum and Search --> : Re: Strange, Strange debugger behavior...break points on blank/commented out lines?


Alvaro
March 28th, 1999, 01:03 PM
This looks like the problem.


I recommend that you always build whatever binaries you're going to debug (unless it's a third party binary like from Microsoft). In other words, if someone else made some code changes and then created a debug version of the DLL and/or EXE, don't use those same files when debugging on your machine. Instead, just get the source code and rebuild it on your machine to generate your own DLL and/or EXE files. This should create a proper set of PDB files that match to your own source code.


Good luck!

sunilvaidya
October 2nd, 2001, 04:29 PM
i suggest you delete all the dlls that u want to debug instead of the dlls in ur working directory.....
or you check the path of exe u are debugging in ur project settings.
avoid having multiple copies of the dlls u want to debug on ur disk.
if this doesnt work only option is rebuild.
since i dont know ur actual environment ,this is just a suggestion.Hope this helps.