You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
Has anyone tried and got the Eclipse v8 debugger plugin to work with node webkit? I've tried launching with the --remote-debugging-port=<PORT> switch, which works if I open localhost:<PORT> in a chrome tab. When I use this switch with Eclipse it just gets a socket timeout. Using the Eclipse V8 debugger with a standard node app and 'node --debug <app.js>' works fine but not with node-webkit. I'm guessing this isn't supported but thought I'd throw it out there if anyone has some ideas.