By sonic0002
via pixelstech.net
Submitted: Dec 30 2012 / 11:37
JavaScript debug is a very troublesome thing in web application development. Because many web browsers will not notify you if there is any error in the JavaScript codes you write. They just silently fail and block the following codes execution. In order to debug JavaScript codes, we need a good log mechanism which will help us log the error information,, we often need to log errors in JavaScript codes to server for debug purpose in a production web application,
Tweet
SaveShareSend
Tags: javascript
Add your comment