Reputation: 685
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.
Do I need to somehow enable it? (Developer menu is enabled). Has it been (re)moved?
Upvotes: 3
Views: 2593
Reputation: 14413
You will find the necessary interface inside the Sources
tab.
Upvotes: 3
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