foundry
foundry copied to clipboard
feat(`debugger`) cursor should auto-scroll to modified memory after an `MSTORE`
Component
Forge
Describe the feature you would like
Currently, when an MSTORE
happens, the debugger will highlight the portion of the memory that has changed with a red colored text.
The problem is that the memory section of the debugger is not auto-scrolling to that location, and you need to move via CTRL+j/k
to do that manually.
Not knowing that the memory box doesn't auto-scroll, I thought that there was a bug in the debug
feature because I was not seeing any change in the memory displayed in the UI.
Would make sense to automatically scroll to that position when a MSTORE
happen?
Additional context
No response