简体   繁体   中英

Firebug: open console during debugging in script tab

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?

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM