citic / botNeumann

A metaphorized and gamified visualization of the von Neumann architecture for programming learning
1 stars 0 forks source link

Meta: User interaction with animated objects #148

Open jeissonh opened 7 years ago

jeissonh commented 7 years ago

When user clicks (or taps):

  1. A stack frame (function call): it is temporally shown on top until releasing the mouse, to allow user explore their variables.
  2. Standard input/output: the textual input/output is shown in the messages area
  3. Memory addresses: toggle between variable names and memory addresses
  4. Execution thread: show information about state (sleeping, number, ...)
  5. Variable: show information about the variable: data type