You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: