branlwyd / bdcpu16

DCPU-16 simulator based on version 1.7 of the DCPU-16 specification. See http://dcpu.com/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debugger

branlwyd opened this issue · comments

Add support for debugging:

  • Stepped execution
  • Machine state display (memory/registers... devices?)
  • Machine state modification
  • Breakpoints
  • Performance metrics?

Bonus points for displaying the original source alongside the debugged program. This should probably be in a GUI--too much data for text.

Debugger added in 32bc1c8. Closing.