Bug 312844 - [crossfire] changes for crossfire experiment
Summary: [crossfire] changes for crossfire experiment
Status: CLOSED WORKSFORME
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Michael Rennie CLA
QA Contact: Simon Kaegi CLA
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2010-05-13 17:27 EDT by Michael Rennie CLA
Modified: 2010-06-30 11:46 EDT (History)
2 users (show)

See Also:


Attachments
experimental changes (15.84 KB, patch)
2010-05-13 17:27 EDT, Michael Rennie CLA
no flags Details | Diff
update (21.54 KB, patch)
2010-06-08 15:23 EDT, Michael Rennie CLA
no flags Details | Diff
Updated fix (20.52 KB, patch)
2010-06-09 11:11 EDT, Curtis Windatt CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2010-05-13 17:27:41 EDT
Created attachment 168476 [details]
experimental changes

code from HEAD

This bug is a place for me to collect changes to the debug core + ui as I experiment with the crossfire port for our debugger.
Comment 1 Jacek Pospychala CLA 2010-05-14 07:09:32 EDT
out of curiosity, what is crossfire experiment?
Comment 2 Michael Rennie CLA 2010-05-14 10:20:17 EDT
(In reply to comment #1)
> out of curiosity, what is crossfire experiment?

The experiment is to create a connector + running bits for the jsdt.debugger that use crossfore + firebug to debug a browser / mobile device (using firebug lite). The other purpose is to try and flesh out any glaring holes in JSDI by trying to integrate another debugger that was *not* co-developed with JSDI.

In its current form it appears as another kind of launching connector in the launch dialog (a JavaScript config type, choose one of the crossfire choices). It requires that you have the firebug and crossfire extensions installed in firefox
Comment 3 Michael Rennie CLA 2010-06-08 15:23:07 EDT
Created attachment 171463 [details]
update

updated patch against HEAD
Comment 4 Curtis Windatt CLA 2010-06-09 11:11:18 EDT
Created attachment 171538 [details]
Updated fix

Fixes NPE in bug 316190.
Comment 5 Michael Rennie CLA 2010-06-30 11:46:32 EDT
Closing. The Crossfire bundle POC is now fully self sufficient and does not need any of these changes to be applied.