Skip to content

stepping through a three lines of code crashes node 4.2.6 #4917

@weinand

Description

@weinand

launch this snippet test.js:

var obj = {};
console.log(obj);
console.log(obj);

with node --debug-brk test.js and attach a debugger, e.g. node-inspector or VSCode.

The first step command works fine, the second step crashes node on all platforms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions