johnjbarton
unread,Jun 10, 2009, 5:16:56 PM6/10/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WebDebugProtocol
Hi...I work on Firebug. There is a lot of interest in remoting web
page debug. Some of the motivations include:
out of process user interfaces for debuggers
mobile web debugging,
cross-browser debugging,
editor/debugger integration.
Some progress can be made on out of process UI and mobile using a
coupled client-server protocol. But to really do cross browser or any
kind of multi-application integration you need as a practical matter
to have a protocol written down.
Designing and implementing such a protocol is a lot of work. To have
maximum impact the protocol needs wide adoption. This group is an
effort to encourage the creation of a protocol with wide
participation.
There are existing partial efforts. Any choices we make will naturally
exclude other choices. From my point of view the important
characteristics of a remote protocol are all about user experience. I
don't care about what the protocol is except in this regard. But high
on the user experience list is broad adoption.
We've look at DBGP, Opera's Scope protocol, and the V8 JSON protocol.
They are all incomplete. But we want to start with one of these and
since the V8 server is in open source that's where we propose to
start.
jjb