Reputation: 150703
I would like to be able to see the console and the debugger tabs of Firefox's developer tools at the same time. They should both be relating to the same page. How can I do this?
Upvotes: 7
Views: 3018
Reputation: 366
By clicking on the three dots, top right in the dev tools, you can hide and show split console at the same time as the inspector etc. Also, suggests that robcee's answer still applies. Still valid in Firefox 2022 @mseifert
Upvotes: 3
Reputation: 523
Also now possible to open the Console from any panel in the Developer Tools with the ESCape key.
Upvotes: 6
Reputation: 9496
Firefox 28, released 18th of March 2014, has this feature:
To enable it, just open the debugger and click the "Toggle split console" button. It's in the top bar of the dev tools, on the right-hand side.
Upvotes: 8