feeley / codeboot

An in-browser JavaScript REPL which supports single-stepping
32 stars 11 forks source link

Add a step counter, indicating the total number of steps in the execution up to now #29

Closed feeley closed 11 years ago

feeley commented 12 years ago

The information is already available in program_state.rte.step_count . It simply has to be displayed in a convenient location. We can also imagine an execution mode which will tally the number of steps executed at each line of the code (a simple profiler).