IE JavaScript errors? Use Microsoft Script Debugger
If you're like me, you've been using alert() statements to debug JavaScript errors in IE. It turns out that there is a free download from Microsoft called Script Debugger that makes debugging easier: it opens a window showing what line in the JavaScript caused the error.
(Firefox offers several JavaScript debugging tools, my favorite of which is FireBug -- love the exploratory js command-line).
(Firefox offers several JavaScript debugging tools, my favorite of which is FireBug -- love the exploratory js command-line).
1 Comments:
If you need to pull out the big guns in Firefox, the Venkman Debugger lets you set breakpoints. Takes a few seconds to fire up though.
By Jonathan, at 4/12/2006 12:35 a.m.
Post a Comment
<< Home