up vote 4 down vote favorite
share [g+] share [fb]

How to debug javascript in visual studio when an asp.net application is run under mozilla firefox browser? IE supports by enabling javascript debug option .

link|improve this question

22% accept rate
feedback

1 Answer

up vote 11 down vote accepted

At the moment, there is no Firefox extension that allows you to debug JavaScript directly in Visual Studio.

Visual Studio 2008 came with a very nice JavaScript debugger, but you have to use it in Internet Explorer.

For debugging JavaScript on Firefox I highly recommend you Firebug, it's a really good JavaScript debugger...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.