Chris
Chris

Reputation: 685

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

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?

Upvotes: 3

Views: 2593

Answers (2)

Anurag Srivastava
Anurag Srivastava

Reputation: 14413

You will find the necessary interface inside the Sources tab.

Upvotes: 3

TanayB11
TanayB11

Reputation: 53

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.

Upvotes: -1

Related Questions