Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 2.83 KB

mark-content-scripts-library-code.md

File metadata and controls

51 lines (36 loc) · 2.83 KB
title description author ms.author ms.topic ms.service ms.subservice ms.date
Add content scripts to the Ignore List
Enable "Add content scripts to ignore list" from Settings > Ignore List.
MSEdgeTeam
msedgedevrel
conceptual
microsoft-edge
devtools
05/04/2021

Add content scripts to the Ignore List

When you use the Sources tool to step through code, sometimes you pause on code that you don't recognize and don't want to step through, such as code for a Microsoft Edge extension that's installed.

To avoid pausing on extension code:

  1. In DevTools, in the upper right, click the Settings (Settings icon) button.

  2. In the Settings > Ignore List page, select the Add content scripts to ignore list checkbox:

    Enabling the 'Add content scripts to ignore list' checkbox

  3. Click the Close DevTools (Close DevTools icon) button.

See also

Note

Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons Attribution 4.0 International License. The original page was found at https://developer.chrome.com/docs/devtools/javascript/ignore-chrome-extension-scripts/ and was authored by Kayce Basques (Technical Writer, Chrome DevTools & Lighthouse).

Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 International License.