-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
debugger: pressing enter doesn't run the latest action #2895
Labels
feature request
Issues that request new features to be added to Node.js.
Comments
brendanashworth
added
debugger
feature request
Issues that request new features to be added to Node.js.
labels
Sep 16, 2015
Seems like the code for this is in https://github.com/nodejs/node/blob/master/lib/_debugger.js lines 946-950 (unless I'm reading it wrong), would have to debug the debugger to know more |
debug the debugger–sounds strange, but yeah, it's true. 😁 |
4 tasks
Proposed fix: #6090 |
Trott
added a commit
to Trott/io.js
that referenced
this issue
Apr 9, 2016
This is fixed on master in 1df84f4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In debugger, after pressing n and then enter it goes to the next instruction which is fine. But when pressing enter again would be nice to execute the latest action (in this case next), like in the older versions. Here is a gif animation using
5.0.0-pre
. But the issue is reproducible in 4.0.0.The text was updated successfully, but these errors were encountered: