How do you debug javascript in Safari?

53,460

Solution 1

not sure if in Windows is the same, but on the mac version you have a Developer menu ("Develop"), at the mac this menu is shown via the preferences > advanced > show develop menu, and there you can view items such as "Start debugging javascript".

EDIT: just found this: Enabling debug menu in Safari for Windows

Solution 2

Have you tried using the develop bar?

To enable, go to preferences -> Advanced -> Check show develop menu in the menu bar

Share:
53,460

Related videos on Youtube

124697
Author by

124697

Updated on July 09, 2022

Comments

  • 124697
    124697 almost 2 years

    How do you debug javascript in Safari on Windows. I've tried google but the only thing that seems to be coming up is Safari Enhancer which is for Mac OS.

  • igrek
    igrek almost 7 years
    there is no "inspect element" option when i right click on a page. How do i get it shown?