views:

74

answers:

6

see my question on title.

note that I understand how to debug javascript in any browsers (including IE 7++) other than IE 6.

A: 

Microsoft script debugger can provide a bit of information.

But in general - it's a pain in * * *.

Last time figured out what's wrong by gradually commenting out javascript code. :D

Arnis L.
A: 

You can also use firebug lite.

matpol
A: 

Personally I'm a big fan of FireBug Lite which is perfect for IE.

Firebug is an extension for Firefox, but what happens when you need to test your pages in Internet Explorer, Opera, and Safari?

The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named "Firefox".

Firebug Lite creates the variable "firebug" and doesn't affect or interfere with HTML elements that aren't created by itself.

Jamie Dixon
I unsuccessfully tried to debug JS with it. Only can't remember why. :/
Arnis L.
A: 

Firebug Lite has helped me out quite a lot =)

David Hedlund
+2  A: 

IE Developer Toolbar really good to have for any developer.

IE Developer Toolbar

Sarfraz
A: 

log4javascript is my weapon of choice.

(OK, so I wrote it. But it is good.)

Tim Down