Peter Nixey
Peter Nixey

Reputation: 16565

How can you get Firebug to show the script window and the console simultaneously

I'd like to be able to execute code in the console at the same time as viewing the script I'm debugging but I can only seem to get one or the other. Is there a way to see both simultaneously?

enter image description here

Upvotes: 8

Views: 1534

Answers (1)

Mrchief
Mrchief

Reputation: 76218

Just Enable Show Command Line option or hit Ctrl+Shift+L.

enter image description here

Upvotes: 22

Related Questions