I have scripts in my ASPX page, in the header section.
I want to debug it (with breakpoints) in Firefox.
Asked
Active
Viewed 2,796 times
2
-
2As far as I know, you can't. Use Firebug instead, it supports break points. http://getfirebug.com/ – Quentin Sep 01 '09 at 11:25
-
you could use firefox' extention FireBug. It allows you to set break points plus many other features. – stefita Sep 01 '09 at 11:27
-
dupe: http://stackoverflow.com/questions/8398/how-do-i-debug-javascript-in-visual-studio-2005 – RaYell Sep 01 '09 at 11:27
-
@David: actually you can debug JavaScript with Visual Studio; check out the links I posted in my answer – Andreas Grech Sep 01 '09 at 16:32
1 Answers
10
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 :

Glorfindel
- 21,988
- 13
- 81
- 109

Andreas Grech
- 105,982
- 98
- 297
- 360
-
check if this article helps you out : http://www.sweetvision.com/2008/02/26/quick-tip-firebug-break-points-not-breaking/ – Andreas Grech Sep 01 '09 at 11:32
-
or this question : http://stackoverflow.com/questions/651404/firebug-breakpoint-doesnt-hit – Andreas Grech Sep 01 '09 at 11:33