-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
No debug prompt message #9854
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
3 tasks
jmdarling
pushed a commit
to jmdarling/node
that referenced
this issue
Dec 8, 2016
When the debugger has started we need to call `this.resume` otherwise, the prompt won't appear. Fixes: nodejs#9854 PR-URL: nodejs#10099 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rich Trott <rtrott@gmail.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
After connecting to the debugger I don't have a prompt
debug>
as it describes in the documentation (https://nodejs.org/api/debugger.html)I have:
But I expect:
The text was updated successfully, but these errors were encountered: