How to debug JavaScript in Firefox via Visual Studio 2008?

asp.net, javascript

Solution

Get Firebug

(source: getfirebug.com)

But if you really wanna use Visual Studio to debug your javascript, here are a couple of pages that will help you out :

- VS 2008 JavaScript Debugging (ScottGu)

- VISUAL STUDIO 2008 JAVASCRIPT DEBUGGING

- How to debug JavaScript with Visual Web Developer Express

- Visual Studio 2008 simplifies JavaScript debugging

- JavaScript Debugging in Visual Studio 2008 (Video)

Problem

I have scripts in my ASPX page, in the header section. I want to debug it (with breakpoints) in Firefox.

Original source

Related problems