Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
possible duplicate of google chrome developer tool - preserve console record – Doug Richardson Jul 12 '11 at 6:04

1 Answer

up vote 3 down vote accepted

Right click on the log/console area and check the "Preserve log" option.

share|improve this answer
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 – Doug Richardson Jul 12 '11 at 6:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.