Safari on macOS Catalina - "Debugger" tab missing from developer tools?

Viewed 2214

I'm using Safari (13.1) on macOS Catalina (10.15.4) and in the Developer Tools I can't find the Debugger tab anymore.

no javascript Debugger tab in Safari 13.1 on macOS Catalina 10.15.4

Do I need to somehow enable it? (Developer menu is enabled). Has it been (re)moved?

2 Answers

You will find the necessary interface inside the Sources tab.

Try clicking the + to the right of the layers tab. Then you should be able to select the debugger and it'll open up a new debugger tab.

Related