Skip to content

Conversation

Sightem
Copy link
Contributor

@Sightem Sightem commented Oct 5, 2025

This PR implements browser style back/forward navigation in the disassembly view, accessible via Alt+Left/Alt+Right and mouse back/forward buttons.

Step Over has also been slightly improved to functions as a "Step Next" for non control flow instructions, providing a more intuitive experience

@Sightem
Copy link
Contributor Author

Sightem commented Oct 5, 2025

comment regarding the anonymous namespace in debugger.cpp: there does not appear to be a .cpp/h file that this fits into nicely. It can be pulled into its own header, kept inside debugger.cpp, or possibly refactored into cpu.c/h

@Sightem Sightem changed the title Forward and back disasm Forward and back disasm view Oct 5, 2025
@adriweb
Copy link
Member

adriweb commented Oct 5, 2025

I'll let you rebase this since the first two commits are on master now anyway.
(feel free to squash the last one btw)

The forward/back feature looks good, tested it and works fine 👍

As for the Step Over change, I guess I'll let others weigh in.

@Sightem Sightem force-pushed the forward-and-back-disasm branch 2 times, most recently from 308dd06 to 69cc31e Compare October 5, 2025 22:03
@Sightem Sightem force-pushed the forward-and-back-disasm branch from 873f852 to 0bde2b5 Compare October 6, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants