Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When I'm debugging javascript in Firebug I have to switch frequently between the console and the script tab, whereas in Webkit Inspector I can just open a console from the bottom.

I think it's easier to inspect variables and object using the console (or to test methods), instead of the graphical tools.

Is there a way to have both the console and the debugging window opened at the same time in firebug, like in Chrome or Safari?

share|improve this question

1 Answer

up vote 0 down vote accepted

I found the solution. In the script tab, press CTRL+SHIFT+L, and the console (Command Line Popup, as the doc says) will appear at the bottom (as in Chrome).

To turn it off, press ESC.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.