-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve interactive mode #30
Comments
After some rumination, this is going to involve a lot and requires a lot of design work. Deprioritizing it for now to work on other things, namely documentation and tests |
More design thoughts
Essentially, need a way to differentiate between installing callbacks on an event(s) and calling the function immediately. Some, like I like the idea of a modifier that can be applied to any keyword, something like As a side note with #51, multiple modifiers could be chained as Right now the |
add ability to modify registers and memory |
Instead of adding new syntax, I could reuse the old one. If |
Add support to print ranges of registers, or even whole register classes at once |
This was unfortunately not full completed |
subsumed by #92 |
Interactive mode is currently very rudimentary and hacked on top, should explore better first-class support
Should function similar to gdb with the command line kicking into interactive mode after a trigger or starting in interactive with something like
-i
support single stepping, breakpoints, ebreaks, etc
The text was updated successfully, but these errors were encountered: