Search code examples
javascriptvisual-studiovisual-studio-2005debugging

How do I debug JavaScript in Visual 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.


Solution

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