'Chrome developer tools blackbox option isn't there?

I can't find the option to blackbox code anywhere on the chrome developer tools. It also doesn't give me the option when I right-click a file. I am using the latest version.

This link that was posted 3 days ago states the e is simply a "blackbox" tab in settings, but it isn't there for me. https://developers.google.com/web/tools/chrome-devtools/javascript/step-code

There is also no "Manage framework blackboxing" option in general settings as stated in various guides.

Can anyone help? I can't see any posts online saying it has been removed.

Thanks!

Screenshot of my settings menu



Solution 1:[1]

"Blackbox script" was removed from Chrome at some point after Feb 2016. This is a bug in Chrome. Please star it.

As a workaround, you can double-click the offending script, then right click on its source code in the code pane, and choose "Blackbox script" from there.

Solution 2:[2]

As of this post, Chrome has once again refactored this function. It has been renamed to Framework Ignore List. enter image description here

Solution 3:[3]

  1. Open chrome settings (or press F1)
  2. You will see Blackboxing in the left pane.

enter image description here

Solution 4:[4]

It is currently called "Add script to ignore list":

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 Mike S.
Solution 3
Solution 4 MSC