How do you save JavaScript console output in Chrome across page loads? The output is cleared when you navigate away from a page, so if you have messages logged just before the new page is loaded, it's difficult to see them before they are cleared.
1 Answer
Right click on the log/console area and check the "Preserve log" option.
1 Comment
Doug Richardson
That isn't working on version 12.0.742.112 on OS X, but apparently it has been fixed here: code.google.com/p/chromium/issues/detail?id=77058