Flimm
Flimm

Reputation: 150703

How can I open the web console and the debugger at the same time in Firefox?

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

Answers (3)

Robert Yeomans
Robert Yeomans

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

split console

Upvotes: 3

robcee
robcee

Reputation: 523

Also now possible to open the Console from any panel in the Developer Tools with the ESCape key.

Upvotes: 6

NoBugs
NoBugs

Reputation: 9496

Firefox 28, released 18th of March 2014, has this feature:

Debugger with Console below

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

Related Questions