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

Register suggestions #199

Open
Bippym opened this issue Feb 1, 2022 · 1 comment
Open

Register suggestions #199

Bippym opened this issue Feb 1, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Bippym
Copy link

Bippym commented Feb 1, 2022

Is it possible to have a registwer preview option.. so for example

d0: $00000001

code: add.l #4,d0

There would be a before and after

Register......Prev change.........Now................Next change
d0............$00000001 ......... $00000005 .........$00000009

It would allow me to see what has happened or is coming up.. Might be a useless feature though

@prb28
Copy link
Owner

prb28 commented Feb 1, 2022

A standard debugger does not store the previous values for the registers.
It's more common to do a step debug and watch what's happening to your values in real time.

@prb28 prb28 self-assigned this Feb 5, 2022
@prb28 prb28 added the enhancement New feature or request label Feb 5, 2022
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

2 participants