Was wondering how everyone else debugs problems with Javascript? For me its Firefox (j
)

I'm still learning about javascript. I'll have to take a look at both MS and Firefox debugger in the future if I need it.
I find Firefoxs to be the best. IE's debugger gets the error line numbers wrong sometimes on external JS files.
I am using IE to debug the javascript
I just IE as well, I've found for the most part though that I don't need too much of a debugger cause the code I write while not spectaccular, is clean enough to figure out what is going ion, if not..alert()
