[webkit-dev] Remote debugger

2011-02-18 Thread Sergiy Temnikov
Hello, I'm working on a remote JavaScript debugger for a server which uses webkit to execute JavaScript code. The debugger is shaping up nicely and is already very much functional. We chose Crossfire as the debugging protocol and developed our own UI debugger client. However, being

Re: [webkit-dev] Remote debugger

2011-02-18 Thread Joseph Pecoraro
Hello Sergiy, I've got a bunch of links for different areas where work has been done. Some information on the protocol and is outlined in the following links. I don't think they are up to date; I think things have improved and evolved since then. Pavel and Ilya may be able to comment more on

Re: [webkit-dev] Remote debugger

2011-02-18 Thread Patrick Mueller
On 2/18/11 1:31 PM, Joseph Pecoraro wrote: ... In addition to everything Joe mentioned, there's also a project to reuse Web Inspector for node.js debugging: https://github.com/dannycoates/node-inspector -- Patrick Mueller - http://muellerware.org