insou22 / mipsy

Education-focused MIPS Emulator written in Rust.
86 stars 13 forks source link

idea, pls add timeline view of step back / step forwards. #256

Open BrandanDoesCode opened 2 years ago

BrandanDoesCode commented 2 years ago

Often with long mipsy programs, lots of time can be spent absolutely spam clicking the left mouse button in order to 'step back' tens to hundreds of times.

Pls add the ability to goto a specific step in the program, or even a timeline view / scrollbar that can easily be used to progress through steps in the application.

Kind Regards,

SpanishPear commented 2 years ago

Hi!

Thanks for the suggestion! The ability to step back/forward multiple times is currently being tracked in: https://github.com/insou22/mipsy/issues/231

Re: a timeline/scrollbar, that's a very interesting idea :D