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

Historic state queries #78

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

The PR implements range retracing queries for #20.

New protocols:

Breaking changes:

Overview of technical changes to the engine:

Find more details in 1cdb827 and fdd5478.