[Eclipse] JavaScript Development Toolkit-debug 功能

来源:互联网 发布:淘宝产品经理 编辑:程序博客网 时间:2024/05/01 17:56

JavaScript Development Toolkit 简称 JSDT。

 

 

JSDT/Debug

http://wiki.eclipse.org/JSDT/Debug

Bundles

The entire JSDT debugger is comprised of several bundles:

  • org.eclipse.wst.jsdt.debug.core - contains the JSDI specification and debug model elements.
  • org.eclipse.wst.jsdt.debug.crossfire (incubation) - contains a Crossfire implementation of the debugger.
  • org.eclipse.wst.jsdt.debug.chrome (incubation) - contains a Google Chrome implementation of the debugger.
  • org.eclipse.wst.jsdt.debug.opera (incubation) - contains an Opera implementation of the debugger.
  • org.eclipse.wst.jsdt.debug.ie.debugger (incubation) - contains a Internet Explorer implementation of the debugger.
  • org.eclipse.wst.jsdt.debug.rhino - contains a Rhino implementation of the debugger.
  • org.eclipse.wst.jsdt.debug.rhino.debugger - contains the Rhino debug hooks to connect to the Rhino interpreter.
  • org.eclipse.wst.jsdt.debug.rhino.ui - contains Rhino-specific user interface bits
  • org.eclipse.wst.jsdt.debug.transport - remote communication bundle, providing socket and JSON level communication utilities
  • org.eclipse.wst.jsdt.debug.ui - contains the shared UI presentation for the debugger implementations.
  • org.eclipse.wst.jsdt.debug.core.tests - contains related test cases for the debug core.
  • org.eclipse.wst.jsdt.debug.rhino.tests - contains Rhino specific tests.

All of the bundles required for development of the JSDT debugger can be acquired using the team project set file here.

 

JSDT/Debug/Crossfire  http://wiki.eclipse.org/JSDT/Debug/Crossfire

 

Crossfire

Crossfire:Crossfire is a Firebug extension which implements a JSON protocol to allow remote clients (like an IDE or code editor) to connect to Firebug.

http://getfirebug.com/wiki/index.php/Crossfire

 

Crossfire Command-line Options

http://getfirebug.com/wiki/index.php/Crossfire_Command-line_Options

 

Crossfire Protocol Reference

http://getfirebug.com/wiki/index.php/Crossfire_Protocol_Reference

 

JSDT/Debug/Rhino/Rhino Debug Wire Protocol

http://wiki.eclipse.org/JSDT/Debug/Rhino/Rhino_Debug_Wire_Protocol

 

 

JSDT/Debug/Rhino

Support for the Rhino JavaScript interpreter is available in the JSDT feature and is provided to allow local and remote debugging of JavaScript using Rhino.

 

The bundles provided by JSDT debug for the Rhino support include:

  • org.eclipse.wst.jsdt.debug.rhino - the core Rhino implementation, provides the Rhino-specific implementation of JSDI
  • org.eclipse.wst.jsdt.debug.rhino.debugger - the Rhino debugger that can be embedded in a server for remote debugging
  • org.eclipse.wst.jsdt.debug.rhino.tests - contains Rhino specific tests
  • org.eclipse.wst.jsdt.debug.rhino.ui - the Rhino-specific user interface bits

 

http://wiki.eclipse.org/JSDT/Debug/Rhino

 

 

 

 

 

 

原创粉丝点击