Javascript error disappears from console before I can read it - help please

Associate
Joined
14 May 2009
Posts
2,435
I have some javascript loaded as part of a jquery .load() in to a #id

When the javascript there runs I get an error that is briefly flashed up in the developer console of Chrome or Safari. It's there for far too short a period for me to read.

Anyone know a good way capture this error so I can read it? Stop the console log clearing?

As a slight aside I can't see this fragment of js in the scripts part of the developer tools either but I know it's where the error is as I have a console.out() that briefly flashes up in the console to.

TIA
 
Back
Top Bottom