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

Have a more intuitive "list" command in debugger mode #30

Closed
mdmintz opened this issue Apr 19, 2023 · 1 comment · Fixed by #31
Closed

Have a more intuitive "list" command in debugger mode #30

mdmintz opened this issue Apr 19, 2023 · 1 comment · Fixed by #31
Assignees
Labels
enhancement New feature or request

Comments

@mdmintz
Copy link
Owner

mdmintz commented Apr 19, 2023

Have a more intuitive list / l command in debugger mode.

Like the original version, which lists 11 lines around the current line, and then continues from that point on, if the end-of-file (EOF) point is reached, the list function should loop back to the active cursor position, and resume from there.

@mdmintz mdmintz added the enhancement New feature or request label Apr 19, 2023
@mdmintz mdmintz self-assigned this Apr 19, 2023
@mdmintz
Copy link
Owner Author

mdmintz commented Apr 19, 2023

This was resolved in 1.3.0 - https://github.com/mdmintz/pdbp/releases/tag/v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant