visual studio 2013 - VS C++ All of a sudden no symbols, cannot debug -
i debugging fine yesterday, woke morning , of sudden can't use breakpoints. tried rebuilding, made sure using right exe , dlls.
what should do?
-i didn't change configuration settings. have on debug.
-when press f5, runs, not promt anything. thing when place breakpoint says (while hovering on break point) "no symbols loaded document."
-i did not move files around.
attept figure out: changed in code, looks changes not reflected in dll, maybe i'm in fact not using correct files, it...
alright sorry, figured out...
turns out there 2 dlls, 1 old version, 1 new, , exe referring old version.
sooo answer question: search related files project, make doubly sure old files of old builds deleted. try changing code. if changes not reflected, know changes not going files you're using.
Comments
Post a Comment