-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Crossfire is a Firebug extension which implements a JSON protocol to allow remote clients (like an IDE or code editor) to connect to Firebug.
One of the main goals of Crossfire is to provide a simple and straight-forward method for tools in other processes to obtain the same kind of information that Firebug has about the Web pages the user is debugging.
-
The Firebug Working Group is currently planning to use Crossfire in future versions of Firebug as a solution for the out-of-process plugin architecture of Firefox 4.
-
Webtools JavaScript Development Tools from Eclipse is using Crossfire to provide Firebug and Internet Explorer debugging capabilites; JSDT Debug Wiki
-
The 8.0 beta version of IBM's Rational Application Developer is using Crossfire to enhance their existing Firebug integration. It is in the RAD Open Beta
and a demo video is also available. -
A KDevelop plugin [Quanta](http://gitorious.org/kdevelop/quanta/ Quanta), with the latest sources found in: Quanta GIT repo
-
The 4D Wakanda Team is implementing a Crossfire client into the Server-Side JavaScript Debugger of the Wakanda Studio and a Crossfire server into the JavaScript engine of the Wakanda Server (based on webkit): Wakanda
Getting started with Crossfire contains some helpful information for getting started. This is mostly intended for developers interested in building tools that connect to Crossfire, and assumes some familiarity with Firebug and Firefox extensions.
There are pre-built versions of Crossfire available: http://getfirebug.com/releases/crossfire/
Connecting Firebug in Firefox to another Firebug in Firefox is a tutorial that explains how to connect the Crossfire client and Crossfire server by running to separate Firefox processes.
Running Crossfire Tests explains how to execute the various test suites for Crossfire.
The Crossfire Tools API is a way for extensions to utilize Crossfire's socket connection and packet-handling features to add additional functionality to Firebug/Crossfire.
Issues in Crossfire are tracked with Firebug's issue tracker using the 'crossfire' label.
http://code.google.com/p/fbug/issues/list?q=label:crossfire
How to be a successful Crossfire Packet
- Crossfire Protocol Reference
- Crossfire 0.3a7 Protocol Reference
- Crossfire 0.3a6 Protocol Reference
- Crossfire 0.3a5 Protocol Reference
- Crossfire 0.3a4 Protocol Reference
- Migrating from Crossfire 0.3a8 Migration
- Migrating from Crossfire 0.3a7 Migration
- Migrating from Crossfire 0.3a6 Migration
- Migrating from Crossfire 0.3a5 Migration
- Alpha-only developer preview, proof-of-concept. Firebug 1.5/1.6
- API Documentation
- Target Crossfire beta for Firebug 1.6. Protocol solidifying (not frozen).
- Crossfire 0.2 Planning
- API documentation
- Target stable quality for Firebug 1.7 - add support for extensions/modules.
- Crossfire 0.3 Goals
- Crossfire 0.3 Beta Buglist
- Firebug 1.8 / Firebug Lite - enable cross-process/cross-browser Firebug.
- Crossfire 0.4 Planning
- TBD