简体   繁体   中英

How do I debug javascript in visual studio when an asp.net application is run under firefox?

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 .

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...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM