-
Notifications
You must be signed in to change notification settings - Fork 5
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
The graphics viewer isn't available in step mode #94
Comments
dshadoff
added a commit
to dshadoff/mednafenPceDev
that referenced
this issue
Jul 8, 2022
In the same way as <Shift>-s will advance by a scanline, and <CTRL>-s will advance by a frame in the main 'disassembler' debugger window, this is now extended to the graphics viewer, the memory viewer, and the log viewer windows.
Rather than figure out how to make Alt_A work in the debugger series of windows, I have taken the new debugger functionality to "Step forward a frame" (CTRL+s) and "Step forward a scanline" (SHIFT+s), and extended it to all of the debugger windows:
However, only the disassembler viewer will step by CPU instructions. |
pceDev16
added a commit
that referenced
this issue
Jul 9, 2022
…all_debug_types Add frame (or line) advance to all debugger windows ( #94 )
Everything works. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In step mode (Alt+A), the graphics viewer (Alt+2) is not available. It would be nice to see what happens to sprites and tiles when step mode is active.
The text was updated successfully, but these errors were encountered: