Closed ct6502 closed 9 months ago
Is this even necessary or useful?
necessary, no. useful, very much.
Can the user edit memory as well?
yes ;)
May need to convert part of the debug view into a "tabbed" pane, so there's enough room.
As you already have a live view, you can say that the MemoryViewer would work with the machine paused. Therefore, we may open an new window/tab and have a full page for the MemoryViewer. Now, how can these 2 will be able to communicate ? The Broadcast API may be of help, here. Broadcast_Channel_API
Found a nice little tutorial : Web API, Broadcast Channel in React with a Custom Hook
Is this even necessary or useful? Can the user edit memory as well?