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.