Skip to content

Debugging es6 file does not pause on start #13

Description

@blake-regalia

Loading the inspector requires "pausing" before I can hit "resume", which then pauses on first line with --debug-brk option.

test.js

(function(b) {
    let a = b+'!';
    debugger;
})('test');
$ bode-debug --no-preload --cli --debug-brk test.js

screen shot 2016-02-05 at 12 20 30 pm

Not a critical component, but a bit redundant to have to pause/resume instead of just resume from debug start.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions