Reputation: 12498
I want to know when the errors occurred (it's a long-running processs and it may have occurred yesterday or today and that information will help me debug what's going on).
Can I see the time the errors occurred?
Upvotes: 2
Views: 729
Reputation: 37903
Go to the DevTools Settings and enable "Show timestamps" in the "Console" section. This setting will show dates for all, old and new, console messages.
Upvotes: 4