-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
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 |
MylesBorins
pushed a commit
that referenced
this issue
Apr 20, 2016
PR-URL: #6090 Reviewed-By: James M Snell <[email protected]> Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Fixes: #2895
MylesBorins
pushed a commit
that referenced
this issue
Apr 21, 2016
PR-URL: #6090 Reviewed-By: James M Snell <[email protected]> Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Fixes: #2895
jasnell
pushed a commit
that referenced
this issue
Apr 26, 2016
PR-URL: #6090 Reviewed-By: James M Snell <[email protected]> Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Fixes: #2895
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: