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

Problem with node-debug #81

Closed
scripting opened this Issue May 24, 2018 · 5 comments

Comments

Projects
None yet
2 participants
@scripting
Copy link
Owner

scripting commented May 24, 2018

Here's a quick video that demonstrates a problem I have with node-debug.

https://youtu.be/NjXz1apuG2o

Any help much appreciated! :-)

@june07

This comment has been minimized.

Copy link

june07 commented May 25, 2018

Use node --inspect and https://june07.com/nim

@scripting

This comment has been minimized.

Copy link
Owner Author

scripting commented May 25, 2018

Thank you. It worked. I wrote it up here.

http://scripting.com/2018/05/25/133439.html

Dave

@scripting scripting closed this May 25, 2018

@scripting

This comment has been minimized.

Copy link
Owner Author

scripting commented Jun 7, 2018

Follow-up question.

I want to set a breakpoint when the program starts up.

I tried node --inspect-brk test.js, but it says it's a bad option.

It's made it much more fun to work on server stuff, btw. I can really get in there and see what's happening. It's not a chore anymore. ;-)

@june07

This comment has been minimized.

Copy link

june07 commented Jun 7, 2018

@scripting

This comment has been minimized.

Copy link
Owner Author

scripting commented Jun 7, 2018

Thanks -- this worked for me.

node --inspect --debug-brk test.js

Dave

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.