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 .
How to debug javascript in visual studio when an asp.net application is run under
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…