bgrins / devtools-snippets

A collection of helpful snippets to use inside of browser devtools
http://bgrins.github.io/devtools-snippets/
2.96k stars 370 forks source link

Add consoleAutosave snippet (for Google Chrome) #47

Open anaran opened 10 years ago

anaran commented 10 years ago

Fix links

anaran commented 10 years ago

I would like to do the same for firefox.

Main motivation was that consoleHistory is very limited for Chrome (30) and console log messages would be useful to retain as well for review upon the next debug session.

Also when chrome crashes (not so infrequent for canary builds) then it is too late to save to console log messages manually.

See also http://stackoverflow.com/questions/20524595/how-to-access-firefox-web-console-command-history where I got some help for firefox.

But my focus have shifted from the mere console commands to the full console log.

addyosmani commented 10 years ago

:+1:

anaran commented 10 years ago

Thanks Addy!

anaran commented 10 years ago

Let's put that one on hold unless you have spent effort on it yet.

I plan some generalization for chrome and firefox.

It also works pretty well in webchat tabs for instance.