"The breakpoint will not currently be hit. The source code is different from the original version." What does this mean?
"The breakpoint will not currently be hit. The source code is different from the original version." What does this mean?
"The breakpoint will not currently be hit. The source code is different from the original version." What does this mean?
Re: "The breakpoint will not currently be hit. The source code is different from the original version." What does this mean?
As it says, the "source code is different from the original version".
Right click on the project folder inside the solution explorer and choose to `Clean`. Build a new version of the project and the breakpoint will work again!
Right click on the project folder inside the solution explorer and choose to `Clean`. Build a new version of the project and the breakpoint will work again!