0

我在整个开发过程中一直在使用 Chrome 或 Firebug,因为我不知道如何使用 IE 调试客户端和服务器端代码这甚至可能吗?如果是这样,怎么做?如果没有,有什么解决方法吗?

4

1 回答 1

0

IE does have a debugger that functions similar to Firebug and Chrome debugger. You can get it by clicking settings->F12 developer tools.
However, server codes are never delivered to the client side, so the browsers can't even see them, not to mention debugging. This is true for all 3 browsers you mentioned.
Why not use some backend IDE for server code debugging? Eclipse & NetBeans are both excellent choices.

于 2013-10-16T21:41:09.177 回答