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

Node v11 and v12 --debug-brk doesn't work #558

Closed
jaslo opened this issue Feb 11, 2015 · 6 comments
Closed

Node v11 and v12 --debug-brk doesn't work #558

jaslo opened this issue Feb 11, 2015 · 6 comments

Comments

@jaslo
Copy link

jaslo commented Feb 11, 2015

With Node v0.11.x and Node v12 using node-debug or node-inspector as a separate process, --debug-brk doesn't break before the first statement, it starts running the node process immediately.

@jaslo jaslo changed the title Node v12 --debug-brk doesn't work Node v11 and v12 --debug-brk doesn't work Feb 11, 2015
@compcj
Copy link

compcj commented Feb 12, 2015

Got the same issue, for me, it seems that the breakpoint works until the node-inspector GUI is opened. Once the GUI is opened, the code is automatically continued.
My environment:
Node.js 0.12.0, node-inspector 0.8.3, CentOS 6.5 x64, browser is chromium 40 x64.

@dazhazit
Copy link

I think this might be a change in node causing the problem. "node debug [script]" works OK with a REPL.

@JoshuaToenyes
Copy link

+1 – I'm experiencing the same issue.

@Wandalen
Copy link

+1

1 similar comment
@sundeepnarang
Copy link

+1

@3y3
Copy link
Member

3y3 commented Feb 17, 2015

Duplication of #534

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants