0

I frequently find it convenient to edit source files while debugging. Whenever I do so, VS feels the need to give me a popup if I continue with the debugging session:

The source file has changed. It no longer matches the version of the file used to build the application being debugged.

I suppose they are concerned I might forget that I've made the change, then be confused as I step through the no-longer-accurate code. But that's silly. It is just as easy to forget that I've clicked through the popup. I really wish it wouldn't notify me.

Is there a way to turn this feature off?

William Jockusch
  • 26,513
  • 49
  • 182
  • 323
  • Hi William, what's your VS version and the project type? Does this issue persists for all your solutions? If so, could you please share a detail step to reproduce it, thanks. – Sara Liu - MSFT Jan 22 '19 at 06:10
  • Meanwhile, uncheck Options-Debugging-General-Require source files to exactly match the original version and restart vs to have a test. – Sara Liu - MSFT Jan 22 '19 at 06:22

0 Answers0