Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--inspect-brk doesn't stop execution when running global npm commands #16757

Closed
khrj opened this issue Nov 22, 2022 · 2 comments · Fixed by #16841
Closed

--inspect-brk doesn't stop execution when running global npm commands #16757

khrj opened this issue Nov 22, 2022 · 2 comments · Fixed by #16841
Assignees
Labels
inspector related to the inspector integration needs investigation requires further investigation before determining if it is an issue or not

Comments

@khrj
Copy link
Contributor

khrj commented Nov 22, 2022

I'm trying to debug pm2 (#16753), and --inspect-brk doesn't stop execution (so in this case the error runs through) when running global commands from npm

deno run --unstable --inspect-brk --allow-all npm:pm2

image

@lilnasy
Copy link

lilnasy commented Nov 22, 2022

Ran into the same issue as you here.

@bartlomieju bartlomieju added inspector related to the inspector integration needs investigation requires further investigation before determining if it is an issue or not labels Nov 22, 2022
@bartlomieju bartlomieju self-assigned this Nov 27, 2022
@bartlomieju
Copy link
Member

I'm looking into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inspector related to the inspector integration needs investigation requires further investigation before determining if it is an issue or not
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants