node-inspector / v8-debug

v8 debugger extending API
BSD 2-Clause "Simplified" License
45 stars 21 forks source link

Upgrade npm dependencies, notably nan to 1.6.2 #11

Closed ide closed 9 years ago

ide commented 9 years ago

This allows v8-debug to build under io.js and Node 0.12. However, v8-debug does not run under io.js! There is a problem where processDebugRequest is not getting called and the test hangs. This isn't a regression and this commit is in the right direction to getting v8-debug and node-inspector working on io.js -- it needs more investigation though.

The tests all pass under Node 0.10.36.

3y3 commented 9 years ago

Thanks. I merged this. Unfortunately this doesn't resolve main current problem