vote up 7 vote down star
2

I use Firebug and the Mozilla JS console like crazy, but every now and then run into an IE-only Javascript bug, which everyone knows are really hard to locate even though you know theyre there (ex: error on line 724, when your source html only has 200 lines!)

I would love to have a lightweight JS tool (a la firebug) for IE, something I can install in seconds on a clients PC if I run into an error and then uninstall. Some Microsoft tools take some serious download and configuration time.

ideas?

Cheers,

/mp

flag

9 Answers

vote up 8 vote down check

You might find Firebug Lite useful for that.

Its bookmarklet should be especially useful when debugging on a user's machine.

link|flag
vote up 3 vote down

Have you considered Firebug Lite?

link|flag
vote up 2 vote down

IE 8 is supposed to have better tools, but the IE Developer Toolbar is pretty good: http://www.microsoft.com/downloads/details.aspx?FamilyId=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en

link|flag
vote up 2 vote down

I would recommend Companion JS.

This is the free version of Debug Bar but I find it easier to use and have the features I need. Great to test little JavaScript snippets in IE the same way I do with Firebug in Firefox.

link|flag
vote up 1 vote down

There is microsoft script debugger

link|flag
vote up 1 vote down

Jah! Firebug for IE. Of course!

<500 users here and. wow. Thx. Will test and run see how it goes. I have a nasty JS scheduler to try today, will report later.

/mp

link|flag
vote up 0 vote down

@Mike and @Dave. Thanks for those useful answers. This is why I'm finding Stack Overflow so useful, even in it's beta :)

link|flag
vote up 0 vote down

Wow-- @Vincent, thank you for the Companion.JS! I had been using an old version of the DebugBar, but didn't know about Companion.

For me, Firebug Lite barely works in IE... it locks up and is too slow and limited.

I think Script debugger + Companion.JS + Debug Bar is the way to go!

link|flag
vote up 0 vote down

Use a tool which can be run as a bookmarklet:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.