Community
Participate
Working Groups
The Crossfire protocol has support for notifying clients when an error has been encountered (http://getfirebug.com/wiki/index.php/Crossfire_Protocol_Reference#onError) we should support handling this event in some way that the user can see / interact with in JSDT Debug.
I committed a fix to HEAD that provides the hooks in the event queue to process the onError event and simply dump it out to the error log.
It would be nice if there was a way to show the entire stacktrace for the onError event, but currently the Crossfire extension tries to serialize the data as object references, which we cannot as details for when the debugger (Firebug) is not suspended. I opened http://code.google.com/p/fbug/issues/detail?id=4895 against crossfire to make the onError event a bit more sane. Marking fixed. Any polish work can be requested in their own bugs.