You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And more importantly make the memory view refresh after each step (easier if it's smaller ;)), so we can manage a buffer while the code is going through it.
The text was updated successfully, but these errors were encountered:
With this one in particular: you are aware there is already a Memory view, and would like it simply moved to the bottom tab group? (This is possible via drag-and-drop already, but is not the default). It does already refresh after each step, by the way, but not each instruction while it's running. Did you mean updating 'live' during running?
If you're looking at highlighting changed memory/registers, could you open a new issue. Just looking for more information about what kirinyaga had in mind in this one, thanks :)
I didn't realize you could move the windows ... :confused
Highlighting could be nice, yes, but indeed I was speaking of a live update. In slow mode, you could see a loop filling a buffer or so. As an alternative, having a "step over" would do it.
My problem is I always forget to set a breakpoint, hit run, then remove the breakpoint to go over a long loop I'm not interested in unless something special happens. Then I end up deep buried in my code and has to find back the portion I wanted to watch. I know a "step over" is difficult to do in assembler (only work with JSR), thus the idea to let the CPU run in slow motion and watch the memory.
And more importantly make the memory view refresh after each step (easier if it's smaller ;)), so we can manage a buffer while the code is going through it.
The text was updated successfully, but these errors were encountered: