The breakpoint will not currently be hit

pachjo

Well-known member
Joined
Dec 12, 2006
Messages
370
Programming Experience
10+
I have opened my application in the IDE and placed a breakpoint in a place that I have done so in the past.

When I run the app the breakpoint marker changes to a yellow exclamation mark that I have not seen before?

When I hover over it I get this text:

"The breakpoint will not currently be hit. The source code is different from the original version. To allow the breakpoint to be hit when the source code is different, right click on the breakpoint, choose 'location..', and turn on Allow the source code to be different from the original.

To allow this for all breakpoiunts, disable the option 'Require source files to exactly match the original version under Tools-Options-Debugging-General"

Che?

I tried that but the breakpoint does not hit. In fact NO breakpoints hit anywhere in my code?

It is the same project in the same location etc I was working on yesterday so I don get why it is complaining?

Anyone care to educate me?

Thanks
 
Back
Top