javascript - How to make Node Inspector (v0.12.8) work with Node v6.5.0? -
node inspector of v0.12.8 seems broken when paired node v6.5.0 (at least on os x el capitan). when firing node-debug
, browser launched in order debug application per usual, debugger fails due exception caused injectorclient.prototype._findnminscope
not finding 'nativemodule' property. see node inspector issue #905 reference.
how can node inspector made work node v6.5.0?
looks there's native support inspection in node from v6.5.0, node inspector might no longer required. can invoked so: node --inspect --debug-brk my-app.js.
i've tried it, , seems work although i've yet figure out how use it.
Comments
Post a Comment