FluffyLabs / pvm-debugger

https://pvm.fluffylabs.dev/
3 stars 1 forks source link

Memory - infinite scroll #135

Open piotrzwolinski opened 1 month ago

piotrzwolinski commented 1 month ago
tomusdrw commented 2 weeks ago
000000 000 000 000 000 000    | PolkaVM: Page=0, Typeberry: Page=0
000005 000 000 000 000 000    | PolkaVM: Page=1, Typeberry: Page=0
000010 000 000 ??? ??? ???    | PolkaVM: Page=2, Typeberry: Page=0
000015 000 000 000 000 000    | PolkaVM: Page=3, Typeberry: Page=1 
000020 000 000 000 000 000    | PolkaVM: Page=4, Typeberry: Page=1 
000025 000 000 000 000 000    | PolkaVM: Page=5, Typeberry: Page=1 
  1. Display memory from all running PVMs

    • PolkaVM: Page Size = 5
    • Typeberry: Page Size = 15
    • If there is a mismatch between values at particular addresses display ??? and different values in a tooltip
    • In a tooltip always display page number from all running pvms.
  2. Display difference between previous step and new step

    • we can skip displaying the difference for now (can be added separately if needed)