Does anyone know the Firefox dev tools equivalent of Chrome dev tools "JavaScript contexts" drop down menu? I'm not sure how to describe it, but here are two screenshots from a tutorial where I saw it: 1. With mouse hovering over the drop down menu showing the displayed tool tip https://imgur.com/a/16lCRWg 2. With clicked on drop down menu showing the "javascript contexts" https://imgur.com/a/SPZuvWr
Debugger's new threads panel also solves this partially when you pause in a thread.
Are your use cases extensions, workers or iframes?