Skip to content

Debugger mode doesn't work with forked process #461

@dkundel

Description

@dkundel

If you use the --inspect flag you can no longer attach the debugger since --fork-process is turned on by default because every request will spin up a new Node process that you'd have to attach to. To work around this we'll turn off fork-process when --inspect is turned on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions