hpi-swa-lab / squeak-tracedebugger

A lightweight and interactive back-in-time debugger for Squeak to trace and retrace past method invocations and state changes. Powered by SimulationStudio.
https://hpi-swa-lab.github.io/squeak-tracedebugger/
MIT License
6 stars 0 forks source link

Time slider? #33

Open LinqLover opened 2 years ago

LinqLover commented 2 years ago

Provide a simple horizontal slider in the debugger that can be used to select a time within the lifespan of the selected context.

See also PluggableSliderSpec from ToolBuilder-Kernel-ct.139/ToolBuilder-Morphic-ct.254 (inbox).

LinqLover commented 1 year ago

A similar slider has now been implemented for the history explorer via #105.