Debugging JavaScript in IE (Sunday, May 13)

Now, I know that the be-all-end-all of JavaScript debuggers these days is Firebug, but sometimes I have to use Internet Explorer for my testing (like intranet pages with VBScript or ActiveX controls). I’ve always used the old Microsoft Script Debugger for such things — which isn’t even in the same league as Firebug, but at least it allows you to step through code and change variables and execute expressions on the fly.

In the last week or so, I’ve seen links to two very interesting other ways of debugging JavaScript in IE:

So, new toys to try…

UPDATE: I got some great suggestions in the comments so far, including:


[ permalink ] [ e-mail me ] [ read/add comments ]

RSS feed for comments on this post

Leave a Comment

You must be logged in to post a comment.