Javascript – How to debug JavaScript in Visual Studio 2005

debuggingjavascriptvisual studiovisual-studio-2005

I just saw this mentioned in Stack Overflow question Best WYSIWYG CSS editor and didn't know it could be done. I'm a Visual Studio newbie, so how do you do it?

Is there a separate debugger for JavaScript? I know how to work the one for code-behind pages… I usually use Firebug to deal with debugging JavaScript code.

I'm using Visual Studio 2005.

Best Answer

I prefer using Firebug for projects I can't use Visual Studio 2008 on.