简体   繁体   中英

Difference between Visual Studio Dom Explorer and I.E. F12 tools Dom Explorer

Visual Studio provides a debug window called DOM Explorer . Internet Explorer also has a tool called DOM Explorer that is available from the F12 tools .

Are these the same tools? If, not what is the difference between them and when should one be used over the other?

We can use “DOM Explorer” in Visual Studio that enable the similar code inspect experience like the developer toolbar in IE(F12 DOM Explorer). But it supports more project types.

F12 DOM Explorer: Show you a webpage's integrated structure and allows you to change styles, move HTML elements, and change element attributes without having to edit the page's source files in the IE debugging.

VS DOM Explorer: It also allows the user to select HTML elements, identify CSS rules, and change values without stopping the debugging session for the browser debugging, but it also was used to debug Windows Store apps in the VS IDE.

Just add a screen shot which share the VS dom explorer which also support the HTML page:

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM