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

The graphics viewer isn't available in step mode #94

Closed
0x8BitDev opened this issue Jul 6, 2022 · 2 comments
Closed

The graphics viewer isn't available in step mode #94

0x8BitDev opened this issue Jul 6, 2022 · 2 comments

Comments

@0x8BitDev
Copy link

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.

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.
@dshadoff
Copy link
Member

dshadoff commented Jul 8, 2022

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:

  • Disassembler
  • Graphics viewer
  • Memory viewer
  • Log Viewer

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 )
@0x8BitDev
Copy link
Author

Everything works. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants