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

Only use `TDBContextProxy`s for contexts from stack of the debugged process #77

Open LinqLover opened 2 years ago

LinqLover commented 2 years ago

For instance, when debugging the simulator, it can get a problem that every historic context is wrapped in a TDBContextProxy which does not account for changes in i.e. the method accessor.

Possible implementations: