Web Inspector: Understanding Stack Traces
Posted by Yury Semikhatsky on Wednesday, April 20th, 2011 at 7:32 amFinding errors in JavaScript code both during application development and when it’s already released is an important part of web development. We’ve recently added a mechanism for handling uncaught JavaScript exceptions and made some improvements in the tools that allow you to work with stack traces. Now it’s a good time to summarize the ways [...]