2

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

Alex
  • 1,457
  • 1
  • 13
  • 26
dani
  • 1,077
  • 7
  • 19
  • 27

1 Answers1

10

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)
Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Andreas Grech
  • 105,982
  • 98
  • 297
  • 360