-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
As seen at https://www.youtube.com/watch?v=lF7Di5Qwut4&t=2767s it isn't clear how is page map affecting the execution of the code in PVM debugger.
I believe it would be good to:
- Display access type of the page in a memory tooltip (readable / writeable / non-accessible). We may even have different background colors indicate page accessibility.
- View current page map (it may change during execution because of
sbrk) - Edit the page map (currently it's only possible to either load JSON file or SPI to have that configured)
- Store page map in the URL (to allow easy sharing). The
?programparameter might even be SPI program.