IE浏览器的脚本和通知设置的区别 [英] Difference between IE script and notification settings

查看:343
本文介绍了IE浏览器的脚本和通知设置的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这些是什么IE设置之间的差别:结果
禁止脚本调试器(Internet Explorer)结果
禁用脚本调试(其他)结果
显示每个脚本错误的通知

What are the differences among these IE settings:
Disable script debugging (Internet Explorer)
Disable script debugging (Other)
Display a notification about every script error


  1. 如果我打开所有的三个设置会是什么类型的错误
    残疾人和什么类型的错误将被显示为
    通知?

  1. If I turn on all of the three settings what type of errors would be disabled and what type of errors would be displayed as notifications?

我注意到,在默认情况下脚本调试(前两个设置)
    在IE浏览器被禁用。最好先测试Web应用程序
    启用脚本调试?

I noticed that by default script debugging (the first two settings) is disabled in the IE. Is it recommended to test the web application with script debugging enabled?

推荐答案

我在IE团队工作。这些设置已经改变了近期的意思了一下,所以我会尽力澄清:

I work on the IE team. These settings have changed meaning a bit recently, so I'll try to clarify:

禁用脚本调试器(Internet Explorer)

此设置只至2013年对Visual Studio的版本影响之前启用时(未选中)时,Visual Studio可以将其调试器已经在运行IE浏览器的实例。如果禁用(选中),Visual Studio中只能调试也就是说,如果Visual Studio是启动浏览器之一。换句话说,IE已经运行实例不能由旧版本的VS如果被检查调试。

This setting only has impact on Visual Studio versions prior to 2013. When enabled (unchecked), Visual Studio can attach its debugger to already running instances of IE. When disabled (checked), Visual Studio can only debug IE if Visual Studio is the one to launch the browser. In other words, already running instances of IE cannot be debugged by older versions of VS if this is checked.

禁用脚本调试(其他)

当启用(选中),此设置允许的Visual Studio(所有版本)在承载WebBrowser控件的应用程序调试网页内容。选中该复选框,prevents VS调试从这些应用程序。

When enabled (unchecked), this setting allows Visual Studio (all versions) to debug web content in applications that host the WebBrowser control. Checking this box prevents VS from debugging these applications.

显示每个脚本错误的通知

该控件脚本错误,来了一个对话框,是否被击中。该对话框让你在错误的时间推出了系统调试器(例如Visual Studio中)的机会。

This controls whether a dialog box that comes up as a script error is hit. The dialog gives you the opportunity to launch a system debugger (e.g. Visual Studio) at the time of the error.

推荐配置

您只需要考虑更改这些设置,如果你使用Visual Studio(pre-2013)的旧版本。事实上,改变这些设置可能会对您网页的JavaScript的性能产生负面影响,因为这会导致发动机不能使用JIT编译。

You only need to consider changing these settings if you use an older version of Visual Studio (pre-2013). In fact, changing these settings could negatively affect the performance of your page's JavaScript as this can cause the engine to not use JIT compilation.

如果您使用Visual Studio的内置F12调试工具或更新版本,调试控制台将替换为错误记录那里的脚本错误的通知的需要。其他两个设置不影响VS的能力F12或新版本的调试脚本。

If you use the built-in F12 debugging tools or newer versions of Visual Studio, the debug console replaces the need for the script error notification as errors are logged there. The other two settings do not affect F12 or new versions of VS's ability to debug script.

这篇关于IE浏览器的脚本和通知设置的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆