How to debug javascript in firefox through Visual Studio 2008?
I have scripts in my aspx page, in the header section.
I want to debug it (with breakpoints) in firefox.
+2
dani
source
to share
1 answer
Get Firebug
But if you really want to use Visual Studio to debug your javascript, here are some pages to help you:
- VS 2008 Debugging JavaScript (ScottGu)
- VISUAL STUDIO 2008 JAVASCRIPT DEBUGGING
- Debugging JavaScript with Visual Web Developer Express
- Visual Studio 2008 makes JavaScript debugging easy
- Debugging JavaScript in Visual Studio 2008 (video)
+10
Andreas Grech
source
to share