IE开发人员工具手册

时间:2015-06-02 21:41:07   收藏:0   阅读:247

The DOM Explorer tool (CTRL + 1)

The The DOM Explorer tool shows the structure of your webpage as it‘s being rendered in the browser and makes it possible to edit your HTML and styles in a live page. You can do this without having to edit and reload your sources, so you can quickly solve display issues or experiment with new ideas.

New features in the DOM Explorer tool include:

Development and debugging tasks it makes easier:

New features in the DOM Explorer tool in Windows 8.1 Update 1 include:

New features in the DOM Explorer tool in Cumulative Security Update for Internet Explorer (KB2976627) include:

Learn more about the DOM Explorer tool.

The Console tool (CTRL + 2)

The Console tool provides a way to interact with your running code, sending info in with the Console‘s command line and getting info out using the Console Debugging API. The Console tool is considered to be so useful by developers, we‘ve made it easier to get to. You can now open it at the bottom of any other tool using the Console button in the upper-right of the UI, next to the Help button or CTRL + `.

New features in the Console tool include:

Development and debugging tasks it makes easier:

New features in the Console tool in Windows 8.1 Update 1 include:

New features in the Console toolCumulative Security Update for Internet Explorer (KB2976627) include:

Learn more about the Console tool.

The Debugger tool (CTRL + 3)

You use the Debugger tool to examine what your code is doing, when it‘s doing it, and how it‘s doing it. Pause code in mid-execution, step through it line-by-line, and watch the state of variables and objects at each step.

New features in the Debugger tool include:

Development and debugging tasks it makes easier:

New features in the Debugger tool in Windows 8.1 Update 1 include:

New features in the Debugger tool in Cumulative Security Update for Internet Explorer (KB2976627) include:

Learn more about the Debugger tool.

The Network tool (CTRL + 4)

The Network tool gives you the fine details of any network requests involved in the loading and operation of your webpages.

New features in the Network tool include:

Development and debugging tasks it makes easier:

Learn more about the Network tool.

 

 

REF:

https://msdn.microsoft.com/library/bg182326%28v=vs.85%29

http://blogs.msdn.com/b/ie/archive/2013/07/29/debugging-and-tuning-web-sites-and-apps-with-f12-developer-tools-in-ie11.aspx

https://msdn.microsoft.com/library/bg182326(v=vs.85).aspx

原文:http://www.cnblogs.com/emanlee/p/4547595.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!