用Firefox就能够帮我解决这个问题吗?

解决方案 »

  1.   

    用firefox, 加多一行 debugger; 
    firefox的断点比IE11要方便许多吧!此外, 你的 $.ajax 为什么不加上 
            success: function (n) {  
               
            },  
            error: function(XMLHttpRequest, textStatus, errorThrown) {
                            alert(XMLHttpRequest.status);
                            alert(XMLHttpRequest.readyState);
                            alert(textStatus);
                        },
    ???
      

  2.   

    IE dev tools和VS两个调试器同时只能用一个。
      

  3.   


    现在firebug和firefox有兼容问题,根本不如ie11的好用Warning: Enabling the Script panel causes a Firefox slow-down due to a platform bug. This will be fixed with the next major Firefox and Firebug versions
      

  4.   


    现在firebug和firefox有兼容问题,根本不如ie11的好用Warning: Enabling the Script panel causes a Firefox slow-down due to a platform bug. This will be fixed with the next major Firefox and Firebug versions第二个建议, 你有木有试过呢?