Graphical debugger for the rubyx register machine
Go to file
Torsten Ruger c0bdfe149c fix list and string views 2015-08-25 11:54:44 +02:00
assets/css improve style a bit 2015-08-24 01:44:04 +02:00
lib fix list and string views 2015-08-25 11:54:44 +02:00
spec only slightly trimmed volt new output 2015-07-06 14:20:21 +03:00
.gitignore downscaled to pixi 2015-07-08 02:10:34 +03:00
Gemfile add some explanation and use github gem versions 2015-08-20 16:13:57 +02:00
Gemfile.lock clean of DOM 2015-08-23 02:16:13 +02:00
README.md game tryout 2015-07-06 21:55:34 +03:00
config.ru debug by environment (stop endless editing) 2015-08-22 01:35:21 +02:00
index.html.erb revived the styles 2015-08-20 02:14:33 +02:00

README.md

statement of intent

just starting and not quite sure, but here is the direction

Debugger

I don't want to use gdb anymore, and it would be easier without using the qemu setup, so:

  • single step debugging of the register machine level (as close to arm as need be)
  • visual transitions for steps
  • visualisation of data in registers (some kind of link to the object)
  • show the current instruction and a few around
  • show vm object (message etc)
  • show effect of register transitions on vm objects
  • visualize vm object content (again some links)

Space

  • Visualise the object space in some way
  • Visualise single object, bit like atoms
  • values immediate
  • objects as link