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?