[nodejs] Starting work on a Chrome Devtools addon

2013-07-09 Thread Adam Crabtree
Howdy all, I have LinkedIn's blessing to work full-time for 2 weeks on building a node.js addon[1] for remote Chrome Devtools debugging. Since I've never built an addon, this is a rather ambitious task for my first addon, and nearly everyone in the community would benefit from this, I thought I'd

Re: [nodejs] Starting work on a Chrome Devtools addon

2013-07-09 Thread Jorge Chamorro
On 10/07/2013, at 01:32, Adam Crabtree wrote: > Howdy all, > > I have LinkedIn's blessing to work full-time for 2 weeks on building a > node.js addon[1] for remote Chrome Devtools debugging. Hi, What is the idea, connecting from a node to the debugger of a remote chrome browser, or to debug a

Re: [nodejs] Starting work on a Chrome Devtools addon

2013-07-09 Thread Andrey
Same question here - what is the difference compared to node-webkit-agent? Would it require extra agent to run in addition to node.js process or it's going to use Chrome native networking and talk v8 debugger protocol directly? On Wednesday, 10 July 2013 11:25:27 UTC+10, Jorge wrote: > > On 10/