Skip to content

Fix async debugger issues #690

@mousetraps

Description

@mousetraps

We should be taking advantage of the --nolazy flag during debugging.

Repro steps:
Node v0.12.7 x64, set breakpoint at console.log line, F5 -> breakpoint resolves to last line instead

(function () {
    var a = "hello world";
    setInterval(function () {
        console.log(a);
    }, 2000);
})();

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions