Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Complete application crash when console.log()ing an object #823

@prawnsalad

Description

@prawnsalad

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions