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 bu开发者_Go百科t I can only seem to get one or the other. Is there a way to see both simultaneously?
Just Enable Show Command Line
option or hit Ctrl+Shift+L.
精彩评论