Fireclipse: Debug from FF straight into Eclipse

来源:互联网 发布:ubuntu怎么启动wifi 编辑:程序博客网 时间:2024/05/29 09:06
Fireclipse is an open source project to experiment with development tools for javascript and related technologies.
  • Fireclipse routes error messages from Firefox's Javascript Console to Eclipse's console.
  • Fireclipse positions an Eclipse editor on the source line reported by Firefox.
  • Calls to dump() end up on the Eclipse console
  • Fireclipse adds an Eclipse panel to Firebug
  • Extensions to Firebug include:
    • debug eval() code.
    • debug event handlers
    • route error messages to eclipse
    • executable line numbers marked
  • Screenshots
Fireclipse consists of:
  1. An enhanced Firebug, including support for eval()
  2. A Firebug overlay that connects to Eclipse, and
  3. an Eclipse Plugin that connects to Firebug



    http://www.almaden.ibm.com/u/bartonjj/fireclipse/index.html

原创粉丝点击