Skip to content

How to use --inspect-brk with NODE_OPTIONS #1007

Closed
@ORESoftware

Description

@ORESoftware

I am on Node.js versions 6+

I am trying to use NODE_OPTIONS

this is working for me:

node --inspect-brk foo.js

but this isn't

NODE_OPTIONS="--inspect-brk" node foo.js

with the latter I keep getting "address is already in use" errors

any ideas?

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