I'm trying to make a few additions to an open source project, npp-community, but can't seem to debug. The code that I'm trying to debug is compiled into a dll then linked to the primary project. When setting breakpoints I get the following error :
the breakpoint will not currently be hit. No symbols have been loaded for this document.
When I check the modules under debug>windows>modules
I check symbol load information and get the following error.
PDB does not match image
I have tried exiting visual studio and restarting/recompiling but that does not seem to fix anything. Google seems to give threads that go in circles and no clear answers.