dani
dani

Reputation: 1077

How to debug JavaScript in Firefox via Visual Studio 2008?

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

Upvotes: 2

Views: 2805

Answers (1)

Andreas Grech
Andreas Grech

Reputation: 107950

Get Firebug

alt text
(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 :

  1. VS 2008 JavaScript Debugging (ScottGu)
  2. VISUAL STUDIO 2008 JAVASCRIPT DEBUGGING
  3. How to debug JavaScript with Visual Web Developer Express
  4. Visual Studio 2008 simplifies JavaScript debugging
  5. JavaScript Debugging in Visual Studio 2008 (Video)

Upvotes: 10

Related Questions