Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Debug PhantomJS Scripts #83

Open paulvi opened 10 years ago

paulvi commented 10 years ago

Node.js & PhantomJS both using V8, so Chromium Remote Debugger Eclipse plugin that works for Node.js, should work for PhantomJS as well, but it does not. So I wonder if the protocols are the same, where to look etc...

https://github.com/ariya/phantomjs/issues/11672

TODO