mozilla / fireplay-sublime

A fantastic plugin connecting your favorite editor with your favorite web debugger
48 stars 9 forks source link

ffdb.py is not a library #15

Closed nicola closed 10 years ago

nicola commented 10 years ago

There are several issues that raised during development on the fact that ffdb is not a library. It does very little more than MozClient that paul has implemented does.

Main issues with ffdb:

nicola commented 10 years ago

I will see whether I can just implement the few things that they abstract

sole commented 10 years ago

So how did you sort it out, did you just use the "raw" protocol? (that's what I understand you're doing in https://github.com/mozilla/fireplay-sublime/blob/master/fireplaylib/client.py)

nicola commented 10 years ago

Yes, it is the implementation of the client. I will eventually switch to @campd, but will eventually need some more documentation.