6

Normally i can quit node app by press ctrl + c, however during debug mode, if i continue press c which is

c => continue with code execution

however by the end of the execution, i couldn't exit, i tried press q and ctrl+c, please find the screenshot below, it just stuck there. This can be annoying during debugging...

wondering if i am doing incorrectly or there is another shortcut or hotkey to quit.

enter image description here

nodejs 5.5.0

1 Answer 1

11

In order to quit the debug mode you need to press Ctrl+C twice. Alternatively you can type .exit and press Enter.

Sign up to request clarification or add additional context in comments.

1 Comment

yeah that's works in between, but if you keep hitting c eventually it will stuck and ctrl+c won't work for some reason

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.