Annoying 'Changes are not allowed...' message
I hate dialog boxes, especially when they break my thought process constantly .
I debug my web application, and then go to change some things and it brings up this message. I have to press 'OK' and then 'STOP' and then I 开发者_StackOverflow社区can edit my code.
Is there a way for VS to simply snap out of Debug mode, so I can code, instead of showing me an error message?
Here you go. Enable "Edit and Continue" under Tools, Options, Debugging.
More details at http://msdn.microsoft.com/en-us/library/7yty6a48.aspx
I don't know if the keyboard shortcuts are the same in VS2010, but in VS2008, seeing that dialog requires only an [Enter] [Shift-F5] to allow editing. This is much faster than mousing around.
精彩评论