Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JSDT/Debug/Crossfire"

< JSDT‎ | Debug
Line 2: Line 2:
  
 
== Overview ==
 
== Overview ==
 +
Support for remote [http://getfirebug.com/wiki/index.php/Main_Page Firebug] using the [http://getfirebug.com/wiki/index.php/Crossfire_Protocol_Reference Crossfire protocol] is available in the JSDT development bundles and is provided to allow remote debugging of JavaScript using [http://getfirebug.com/wiki/index.php/Main_Page Firebug] via [http://getfirebug.com/wiki/index.php/Crossfire Crossfire].
  
== Firebug ==
+
The bundles provided by JSDT debug for the Firebug / Crossfire support include:
  
== Crossfire ==
+
*[http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.jsdt/development/org.eclipse.wst.jsdt.debug.crossfire/?root=WebTools_Project org.eclipse.wst.jsdt.debug.crossfire] - the core Crossfire implementation, provides the Crossfire-specific implementation of [[JSDT/Debug/JavaScript Debug Interface|JSDI]]
  
 
== Using the Crossfire Debugger ==
 
== Using the Crossfire Debugger ==
 
An alternative debugger that interacts with Firebug using Crossfire is under development.  [[/Using_Crossfire_Debugger|This page]] describes how to try and get the experimental version of the debugger up and running
 

Revision as of 21:55, 14 January 2011

JSDT Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File

Overview

Support for remote Firebug using the Crossfire protocol is available in the JSDT development bundles and is provided to allow remote debugging of JavaScript using Firebug via Crossfire.

The bundles provided by JSDT debug for the Firebug / Crossfire support include:

Using the Crossfire Debugger

Back to the top