Graphical debugger for the rubyx register machine
Go to file
Torsten Ruger 6312b0962e minor 2015-07-31 15:52:58 +03:00
app minor 2015-07-31 15:52:58 +03:00
lib trying to get register view to update 2015-07-29 16:39:15 +03:00
static better docs, new pic 2015-07-28 16:36:29 +03:00
test finishes the yellow world instructions 2015-07-26 18:27:12 +03:00
.gitignore get vm source on screen 2015-07-18 11:22:42 +03:00
Gemfile using github gems 2015-07-28 16:35:45 +03:00
Gemfile.lock using github gems 2015-07-28 16:35:45 +03:00
README.md better docs, new pic 2015-07-28 16:36:29 +03:00
config.ru switch to susy 2015-07-27 21:29:41 +03:00
index.html.erb switch to susy 2015-07-27 21:29:41 +03:00

README.md

Debugger

After some tryouts it ended up being an Opal application. That is ruby as javascript in the browser.

Debugger

  • On the left are the classes of the system. Next idea is to have hover info about them.
  • Next a source code view (not implemented)
  • next a view of the Virtual Instructions
  • last section, current block with current Register Instruction highlighted
  • step (next) button for single stepping
  • status: starting , running , exited
  • bottom row are the registers. If the register hold an object the variables are shown. (also should have hover info) , the first letter indicates the class, the number is the address

So lots to do, but a good start.

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