views:

146

answers:

1

I have scripts in my aspx page, in header section.
I want to debug it(with breakpoints) in firefox.

+10  A: 

Get Firebug

alt text


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)
Andreas Grech
check if this article helps you out : http://www.sweetvision.com/2008/02/26/quick-tip-firebug-break-points-not-breaking/
Andreas Grech
or this question : http://stackoverflow.com/questions/651404/firebug-breakpoint-doesnt-hit
Andreas Grech