maxwills / SeekerDebugger

A Queryable Time-Traveling Debugger for Pharo 9.0, 10 and 11.
9 stars 5 forks source link

Feature: Enable TimeTravelingSession #32

Open maxwills opened 1 year ago

maxwills commented 1 year ago

During a normal debugging session, have a command to turn it into a seeker debugging session. The recording starts in the current context. Mid context support not available yet. (although it might be possible if a context shallow copy is stored to recover the literals at the target PC). Would also require to set an offset for the PC (Or just set it directly after restarting the context without undoing).

maxwills commented 1 year ago

This also benefits from having a label or something telling if TimeTraveling is enabled or not in the Seeker UI.