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

Change of disassembly address during interaction with GUI debugger #396

Open
Vort opened this issue Nov 24, 2024 · 1 comment
Open

Change of disassembly address during interaction with GUI debugger #396

Vort opened this issue Nov 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Vort
Copy link
Contributor

Vort commented Nov 24, 2024

It is usually convenient for me to have on screen some instructions before IP and some after.
However, when I resize GUI debugger window (or change size of individual tables), disassembly starting address resets to IP and previous instructions become inaccessible with scrolling.

For example, here is code from empty config:
image

Small resize of disassembly table, to see instructions better, leads to changing of starting address from 000fe05b to 000fe06f:
image

Version: b942d5c

@stlintel stlintel added the enhancement New feature or request label Nov 26, 2024
@vruppert
Copy link
Contributor

Both the Windows and the GTK version have code to invalidate BottomAsmLA to force a redraw using the current address as bottom address (start address on window top). The Windows version seems force the redraw in more cases as the GTK version does. Some more investigation is required.

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

No branches or pull requests

3 participants