使用 Eclipse 调试 JavaScript

发布于 2024-08-27 08:35:05 字数 191 浏览 10 评论 0原文

从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

∞觅青森が 2024-09-03 08:35:05

您可以尝试ATF(Ajax工具框架)

ATF 提供的工具允许用户编辑、调试和监视 CSS、HTML 和 JavaScript 应用程序,以及采用者可以在其上构建高级和技术特定工具的框架。
ATF 中的功能分为三个主要区域:

  • 浏览器工具,JsConsole
  • JavaScript 调试器 DebuggerBreakpoints
  • 针对采用者的扩展

请参阅 此演示ATF 帮助页面此线程

拼贴

You can try ATF (Ajax Tools Framework)

ATF provides tooling that allows a user to edit, debug, and monitor CSS, HTML, and JavaScript applications and a framework on which adopters can build advanced and technology specific tools.
The functionality in ATF breaks down into three main areas:

  • Browser Tooling, JsConsole
  • JavaScript Debugger DebuggerBreakpoints
  • extensions for adopters

See this demo, the ATF Help page, and this thread.

Collage

白云不回头 2024-09-03 08:35:05

对于 Node.js,有 Nodeclipse 0.2,其中修复了 chromedevtools

For Node.js there is Nodeclipse 0.2 with some bug fixes for chromedevtools

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文