Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Feature request for CLI debugger: Disable "break on start" #65

@joeflack4

Description

@joeflack4
  • Version:
    v9.5.0
  • Platform:
    Darwin joe.sph.ad.jhsph.edu 17.6.0 Darwin Kernel Version 17.6.0: Tue May 8 15:22:16 PDT 2018; root:xnu-4570.61.1~1/RELEASE_X86_64 x86_64
  • Subsystem:
    OS X?

Desired CLI command

Something like: node inspect PATH/TO/FILE --break-on-breakpoints-only

Current behavior

node inspect PATH/TO/FILE results in:

...
Break on start in PATH/TO/FILE:1
...

Desired behavior

node inspect PATH/TO/FILE --break-on-breakpoints-only would result in:

...
Breaking on in PATH/TO/FILE:X
...
...where "X" corresponds to the line number in the file where debugger; first appears.

References

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