How to make Google Chrome JavaScript console persistent?
Posted
by
zladuric
on Stack Overflow
See other posts from Stack Overflow
or by zladuric
Published on 2011-03-16T15:54:27Z
Indexed on
2011/03/16
16:10 UTC
Read the original article
Hit count: 276
Since I'm building a dynamic site, I need to track the changes between pages, ie. Ajax calls, POST, GET stuff and similar stuff.
I'm looking for the same functionality like in Firebug (where you can enable "persistent" and the console is not cleared every time you reload a page or submit a form.
So, my questions is: is there a way to make Google Chrome JavaScript console persistent? (And if yes, how?)
© Stack Overflow or respective owner