You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/devtools-guide-chromium/about-tools.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ Microsoft Edge DevTools includes the following tools.
44
44
|**CSS Overview** tool | Help you better understand your page's CSS and identify potential improvements. |[CSS Overview tool](css/css-overview-tool.md)|
45
45
|**Detached Elements** tool | To increase the performance of your page, this tool finds detached elements that the browser cannot garbage-collect, and identifies the JavaScript object that is still referencing the detached element. By changing your JavaScript to release the element, you reduce the number of detached elements on your page, increasing page performance and responsiveness. |[Debug DOM memory leaks with the Detached Elements tool](memory-problems/dom-leaks.md)|
46
46
|**Developer Resources**| Shows resource URLs for the webpage. |[Developer Resources tool](developer-resources/developer-resources.md)|
47
-
|**Device Emulation**| Use the **Device Emulation** tool, sometimes called _Device Mode_, to approximate how your page looks and responds on a mobile device. |[Emulate mobile devices (Device Emulation)](device-mode/index.md)|
47
+
|**Device Emulation**| Use the **Device Emulation** tool, also called_Device Simulation Mode_ or_Device Mode_, to approximate how your page looks and responds on a mobile device. |[Emulate mobile devices (Device Emulation)](device-mode/index.md)|
48
48
|**Elements** tool | Inspect, edit, and debug your HTML and CSS. You can edit in the tool while displaying the changes live in the browser. Debug your HTML using the DOM tree, and inspect and work on the CSS for your webpage. |[Inspect, edit, and debug HTML and CSS with the Elements tool](elements-tool/elements-tool.md)|
49
-
|**Inspect** tool | Use the **Inspect** tool to see information about an item within a rendered webpage. When the **Inspect** tool is active, you _hover_ over items in the webpage, and DevTools adds an information overlay information and grid highlighting on the webpage. |[Analyze pages using the Inspect tool](css/inspect.md)|
49
+
|**Inspect** tool | Use the **Inspect** tool to see information about an item within a rendered webpage. When the **Inspect** tool is active, you _hover_ over items in the webpage, and DevTools adds an information overlay and grid highlighting on the webpage. |[Analyze pages using the Inspect tool](css/inspect.md)|
50
50
|**Issues** tool | The **Issues** tool automatically analyzes the current webpage, reports issues grouped by type, and provides documentation to help explain and resolve the issues. |[Find and fix problems using the Issues tool](issues/index.md)|
51
51
|**JavaScript Profiler** tool | This tool has been replaced by the **Performance** tool and the **Memory** tool. |[JavaScript Profiler tool](javascript-profiler/javascript-profiler-tool.md)|
52
52
|**Lighthouse** tool | Use the Lighthouse tool to identify and fix common problems that affect your site's performance, accessibility, and user experience. |[Lighthouse tool](lighthouse/lighthouse-tool.md)|
0 commit comments