Freelance Forums

Full Version: How do you debug Javascript?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Was wondering how everyone else debugs problems with Javascript? For me its Firefox (j) Smile

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



I also use Firefox. I've heard the MS debugger is ok.

http://www.microsoft.com/downloads/detai...laylang=en

I have not used it yet but I plan to.

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() Very Happy
Reference URL's