Can I get Safari Dev Tools to ignore / blackbox jQuery scripts?
Asked Answered
N

1

6

Is is possible to setup Safari's web inspector to ignore jQuery while stepping thru JavaScript?

Nesta answered 29/1, 2015 at 5:44 Comment(0)
S
0

You can do this now by either adding a regex to match the script name, or by clicking the eye icon that appears on hover over the filename in the left side of the Sources panel.

https://webkit.org/web-inspector/web-inspector-settings/

Starter answered 14/4, 2020 at 23:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.