Difference between revisions of "JSDT/Debug/Crossfire"
(New page: {{JSDT-Debug}} == Firebug == == Crossfire ==) |
|||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{JSDT-Debug}} | {{JSDT-Debug}} | ||
− | == | + | == Overview == |
+ | Support for remote [https://github.com/firebug Firebug] using the [https://github.com/mrennie/crossfire/wiki/Crossfire%20Protocol%20Reference Crossfire protocol] is available in the JSDT development bundles and is provided to allow remote debugging of JavaScript using [https://github.com/firebug Firebug] via [https://github.com/mrennie/crossfire Crossfire]. | ||
− | == | + | The bundles provided by JSDT debug for the Firebug / Crossfire support include: |
+ | |||
+ | *[http://git.eclipse.org/c/jsdt/webtools.jsdt.debug.git/tree/bundles/org.eclipse.wst.jsdt.debug.crossfire org.eclipse.wst.jsdt.debug.crossfire] - the core Crossfire implementation, provides the Crossfire-specific implementation of [[JSDT/Debug/JavaScript Debug Interface|JSDI]] | ||
+ | |||
+ | == Resources == | ||
+ | |||
+ | The [https://github.com/mrennie/crossfire/wiki Github wiki] for Crossfire contains all the information you could ever want. |
Latest revision as of 13:03, 30 October 2012
JSDT Debug | |
Website | |
Download | |
Community | |
Mailing List • Forums • IRC • mattermost | |
Issues | |
Open • Help Wanted • Bug Day | |
Contribute | |
Browse Source • Project 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:
- org.eclipse.wst.jsdt.debug.crossfire - the core Crossfire implementation, provides the Crossfire-specific implementation of JSDI
Resources
The Github wiki for Crossfire contains all the information you could ever want.