使用 Eclipse 调试 JavaScript
从 eclipse IDE 调试 javascript 的最佳方法是什么?我使用了 firebug 的“登录到控制台”功能,并在其顶部安装了 firephp 来调试 kohana php 项目以及 eclipse,但是当我大量使用 jQuery 时,它们会使浏览器不稳定。例如,“权限被拒绝...非 chrome 上下文...”就是 Firebug 中常见的错误之一。
What is the best way to debug javascript from the eclipse IDE. I used "logging to console" features of firebug with firephp installed on top of it for debugging a kohana php project along with eclipse but they make the browser unstable when I make extensive use of jQuery. For example, "Permission denied to...a non-chrome context..." is one such error that is frequent in firebug.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试ATF(Ajax工具框架)
请参阅 此演示、ATF 帮助页面和此线程。
You can try ATF (Ajax Tools Framework)
See this demo, the ATF Help page, and this thread.
对于 Node.js,有 Nodeclipse 0.2,其中修复了 chromedevtools
For Node.js there is Nodeclipse 0.2 with some bug fixes for chromedevtools