Skip to content
mrennie edited this page Aug 9, 2012 · 38 revisions

Crossfire

Crossfire Mascot

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

Who is using Crossfire ?

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.

  • A KDevelop plugin 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

  • The getting started page contains some helpful information that is mostly intended for developers interested in building tools that connect to Crossfire, and assumes some familiarity with Firebug and Firefox extensions.

  • You can follow along with the development and add your opinions to the over plan for each release on the planning pages.

  • There are pre-built versions of Crossfire available: http://getfirebug.com/releases/crossfire/

  • [Connecting Firebug to Firebug with Crossfire](https://github.com/mrennie/crossfire/wiki/Connecting Firebug to Firebug with Crossfire) 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.

From the Command-line

Crossfire Wire Protocol

The Tools API

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.

Known Issues

Issues in Crossfire are tracked via: