whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
438 stars 57 forks source link

Cheap and cheerful debugger #135

Closed whscullin closed 2 years ago

whscullin commented 2 years ago

Super basic debugger display. I have a lot of ideas for this, and happy to solicit more, but a journey of 1000 miles...

Screen Shot 2022-06-19 at 8 34 43 AM

I haven't done any performance profiling yet, it's great on my M1 laptop, though 😄

whscullin commented 2 years ago

There's an ongoing quirk around keyboard focus that I'm pondering, currently several controls can grab focus and it's not clear how to restore focus to the virtual keyboard, soliciting ideas there.

IvanExpert commented 9 months ago

How do I pull this up to view? Is that possible if just coming through the front door at scullinsteel.com?

whscullin commented 9 months ago

Right now it lives at https://www.scullinsteel.com/apple2/beta.html, there's still a couple feature gaps between the old code base and the new that I hope to close the loop on soon.