You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
When working with the Assembler tool, most the time I want to test different things, or different iterations of the same thing I wanna do. I thought some tiny features might help the process:
Don't close the Assembler window every time the patch is applied. It's nice to have it opened and with the code editor untouched, to continue testing different iterations of the same code;
When applying the patch and the Debugger screen opens, it would be nice to already have the "Start address" used in the Assembler as a execution breakpoint already toggled (type: CPU Memory, break on: execution, address: specific or maybe range with that range the Assembler identified);
The possibility to paste in the "Start address" textbox.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When working with the Assembler tool, most the time I want to test different things, or different iterations of the same thing I wanna do. I thought some tiny features might help the process:
CPU Memory
, break on:execution
, address:specific
or mayberange
with that range the Assembler identified);The text was updated successfully, but these errors were encountered: