node v4.2.6
Node Inspector v0.12.6
On tracing it the crash occurs in vm.js.
exports.runInDebugContext = function(code) {
return binding.runInDebugContext(code);
};
Called from util.js:
function ensureDebugIsInitialized() {
if (Debug === undefined) {
const runInDebugContext = require('vm').runInDebugContext;
Debug = runInDebugContext('Debug');
}
}
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.