JavaScript Debugging in Internet Explorer

A nice tip at the IEBlog reminded me of something I knew a long time ago, but forgot since I began doing most of my JavaScript development testing with Firefox.  My favorite features in Firefox are those rich extensions that make debugging JS a pleasure and the fact that Firefox shows you exactly (file and line number) where your JS errors are.  Turns out IE has had this for a while and the post Scripting Debugging in Internet Explorer show you how.  Simply uncheck a couple of IE options and install the Microsoft Script Debugger and your getting much closer to Firefox-style JS debugging!

5 Responses to “JavaScript Debugging in Internet Explorer”

  1. David W. said on March 26th, 2006 at 11:49 pm

    Wow, blast from the past! I’m in the same boat as you, where it’s been so long since using IE as my main dev. environment that I’ve forgotten that trick….

    It’s worth pointing out that in addition to the Script Debugger that you’ve mentioned, if you have Visual Studio installed it will open the debugging environment in Visual Studio. (only the Express editions are free, though)

  2. H said on April 11th, 2006 at 8:52 am

    Be warned, I’ve already found that the above mentioned script debugger DOES NOT work with IE7’s current beta release..

  3. jm said on August 22nd, 2006 at 1:11 am

    the débugger :
    http://www.microsoft.com/downloads/details.aspx?familyid=2F465BE0-94FD-4569-B3C4-DFFDF19CCD99&displaylang=en

    does not work with IE beat 3 and XP sp2 do you know how to do?

  4. Art said on August 24th, 2007 at 10:52 am

    I find SplineTech JavaScript Debugger (http://www.javascript-debugger.com) quite useful.

  5. iPhone said on February 9th, 2008 at 3:43 pm

    Does anyone know a good javascript debugger for ie7 ?