6

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

John Hascall
  • 9,176
  • 6
  • 48
  • 72
Arthur S
  • 61
  • 2

1 Answers1

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/

user1234
  • 7,860
  • 4
  • 27
  • 36