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

JSDT/Debug/Using Crossfire Debugger

Warning2.png
Experimental Code
The Crossfire debugger is in a experimental/propotype stage. The code is brittle and many use cases are not supported.


Overview

The Crossfire debugger is an experiment to see if the JSDT debugger apis can be hooked up to another debugger that was not co-developed with JSDI in mind. Crossfire is an extension to Mozilla's Firebug that supports JavaScript debugging on mobile devices and browsers.

Installing Components

  1. Install Eclipse with JSDT Debug
  2. Install Firebug
  3. Install Crossfire
    1. For now, you must install a 0.1 version of crossfire
  4. Now fix the code using the patch on bug 312844

Creating the Configuration

Linking to a Running Script

Back to the top