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 .
当一个asp.net应用程序在mozilla firefox浏览器下运行时,如何在visual studio中调试javascript? IE支持启用javascript调试选项。
1 个解决方案
#1
16
At the moment, there is no Firefox extension that allows you to debug JavaScript directly in Visual Studio.
目前,没有Firefox扩展允许您直接在Visual Studio中调试JavaScript。
Visual Studio 2008 came with a very nice JavaScript debugger, but you have to use it in Internet Explorer.
Visual Studio 2008附带了一个非常好的JavaScript调试器,但您必须在Internet Explorer中使用它。
For debugging JavaScript on Firefox I highly recommend you Firebug, it's a really good JavaScript debugger...
为了在Firefox上调试JavaScript,我强烈推荐你使用Firebug,这是一个非常好的JavaScript调试器......
#1
16
At the moment, there is no Firefox extension that allows you to debug JavaScript directly in Visual Studio.
目前,没有Firefox扩展允许您直接在Visual Studio中调试JavaScript。
Visual Studio 2008 came with a very nice JavaScript debugger, but you have to use it in Internet Explorer.
Visual Studio 2008附带了一个非常好的JavaScript调试器,但您必须在Internet Explorer中使用它。
For debugging JavaScript on Firefox I highly recommend you Firebug, it's a really good JavaScript debugger...
为了在Firefox上调试JavaScript,我强烈推荐你使用Firebug,这是一个非常好的JavaScript调试器......