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

Debugger Improvements #62

Open
3 tasks
zer0x64 opened this issue Jul 6, 2021 · 0 comments
Open
3 tasks

Debugger Improvements #62

zer0x64 opened this issue Jul 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@zer0x64
Copy link
Owner

zer0x64 commented Jul 6, 2021

  • Support empty lines as the previous command, like GDB does. The most common use case would be to quickly step through the code and to dump data with x.
  • Support more syntax related to the x command. This can be quite tricky and might require the use of peg, which I already used on another project and know how to use.
  • Support command line history. Note that this is something that might be impossible to support portably
@zer0x64 zer0x64 added the enhancement New feature or request label Jul 6, 2021
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

No branches or pull requests

1 participant