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


source to share


1 answer


Get Firebug

alt text




But if you really want to use Visual Studio to debug your javascript, here are some pages to help you:

+10


source







All Articles