A little help in deciphering JavaScript errors sometimes would be very useful!!! Today after implementing a nice little client-to-server JavaScript exception logging service, I realized having something that resembles a stack trace would be so awesome. Easiest method I found that works across browsers was a little micro-library called http://stacktracejs.com/
Check it out, it can be that easy apparently…
Also if you an AngularJS consumer, here is a quick review of some easy ways to make use of error logging back to the server:
http://www.bennadel.com/blog/2542-Logging-Client-Side-Errors-With-AngularJS-And-Stacktrace-js.htm