-
Notifications
You must be signed in to change notification settings - Fork 14
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
Ability to view costom registers and copperlist while debugging #148
Comments
It already does it - (I need to do a video of all the options but I'm not good at it - help needed !). |
For the custom registers you can add to the watch:
|
Better way to achieve that:
|
Be careful the issue #149 impacts the copper list disassembly with winuae. |
Would be great if the plugin offered the 'e' and 'o' commands from the WinUAE Debugger. E lists all custom registers and their current values, O disassembles the Copperlist at the address you give it so you can actually read it as code instead of just a bunch of HEX numbers.
Both are very useful
The text was updated successfully, but these errors were encountered: