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

"Step until" button #34

Open LinqLover opened 2 years ago

LinqLover commented 2 years ago

Add a simple "step until" button to the debugger that steps until a given expression by the user evaluates at the current time to true. Would benefit from #20.

Also implement the "run to here" item in the code pane menu.

Additional ideas: