BigCommandLine Firebug Console in Google Chrome

I found that the Firebug console option "LargeCommandLine" is very convenient in some cases when you need to play with large snippets of code. Is there a way to have this exact same functionality in Google Chrome?

+3
source share
1 answer

Try CTRL-SHIFT-J - it is NOT EXACTLY as you need, but the programmed is very similar to firebug. You cannot get “exactly” the same, as that would mean starting firebug itself, and it requires the Firefox infrastructure around it. You can include firefox-light on your page.

, : Firebug- Google Chrome (, - , Q 2008 - , )

: http://code.google.com/chrome/devtools/docs/console.html

: https://stackoverflow.com/questions/45965/how-do-i-use-the-javascript-console-in-google-chrome Firebug Chrome

+1

All Articles