-
Notifications
You must be signed in to change notification settings - Fork 0
Debugger #8
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestpost-first-releaseThings that will be saved for a future iterationThings that will be saved for a future iteration
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpost-first-releaseThings that will be saved for a future iterationThings that will be saved for a future iteration
Debugger in a similar vein to the one coming to gether in the gameboy project. We want to be able to see 'registers', a bit of a memory view (with tools to change location being viewed), and to disassemble the next few instructions. Chip-8 allows self-modifying code so we'd probably disassemble on the fly.
Also, single-step and run-to-breakpoint should be allowed.