philpax / skiron

Skiron is a basic 32-bit RISC-inspired CPU architecture.
MIT License
3 stars 1 forks source link

Implement a graphical debugger #25

Closed philpax closed 8 years ago

philpax commented 8 years ago

This is a long-term goal, but being able to step through code in a GUI would help with debugging. Decouple the debugging interface from the graphical debugger, so that other clients could take advantage of it.

philpax commented 8 years ago

Depends on #31.