Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 3.24 KB

File metadata and controls

60 lines (44 loc) · 3.24 KB
title Add content scripts to the Ignore List
description Enable "Add content scripts to ignore list" from Settings > Ignore List.
author MSEdgeTeam
ms.author msedgedevrel
ms.topic article
ms.service microsoft-edge
ms.subservice devtools
ms.date 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.

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