When I go to debug my code all my breakpoints are transparently filled (leaving only the outline) and a small triangle with an exclamation point in the middle is in the corner of the break-point.
The error when I hover over the break-point is 'The break-point will not currently be hit. The source code is different from the original version.'
I had not tried to debug my code in over an hour, and during that time I added a new class with multiple threading functions.
Steps I have taken:
- Clean and rebuild project
- Set option 'On Run, when build or deployment errors occur:' to 'Do not launch'
- Re-save project.
- Move project folder off of flash drive and onto HD
- Close and reopen VS2010