visual studio - Stop IE8 message "web page stopped responding" while debugging -


IE8 has a feature that pops up a dialog box that tells me that when a web page stops responding, it is a bit annoying when debugging it is sticking the focus from the visual studio Is there any way to disable it?

It has just arrived on IEBlog.

From the blog:

We continue to track telemetry, if you are debugging with IE Developer Tools or debugger, and you have IE window Try to interact with, there is a chance that you will see this dialogue. Although it will not affect your debugging though it may be more convenient to close the dialog. Or if you are running Win7 RC and are seeing the prompts as much as possible or you want, you can turn it off by changing the following registry key:

  HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main! HangResistance, DWORD, 0  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -