What is the feature you'd like to have?
Memory read/writes being visible to the user so they can see what was written where over time. Could be put in a sidebar.
Is your feature request related to a problem?
No.
Additional Information:
=============== PC = 0x404308
---- W - 0xdeadbeef <- 0xdata_to_write
---- R - 0xcafebabe <- 0xdata_that_read1
---- R - 0x1badbeef <- 0xdata_that_read2
=============== PC = 0x404304
---- R - 0x1badbeef <- 0xdata_that_read2
=============== PC = 0x404300
---- W - 0xfee1dead <- 0xsome_data
---- R - .....
...........................
I think something like this would look good UI wise. obviously with real lines not ascii.
What is the feature you'd like to have?
Memory read/writes being visible to the user so they can see what was written where over time. Could be put in a sidebar.
Is your feature request related to a problem?
No.
Additional Information:
I think something like this would look good UI wise. obviously with real lines not ascii.