Build a simulator that can exclude single contexts from the simulation and run them in the VM instead, similar to Context>>#runUntilErrorOrReturnFrom:. This would be mainly helpful as an important optimization instrument for situations such as #53 or hpi-swa-lab/squeak-tracedebugger#39.
An early prototype exists in TraceDebugger.image, but it is not yet tested and when you debug it, the VM crashes. 🤡
Build a simulator that can exclude single contexts from the simulation and run them in the VM instead, similar to
Context>>#runUntilErrorOrReturnFrom:. This would be mainly helpful as an important optimization instrument for situations such as #53 or hpi-swa-lab/squeak-tracedebugger#39.An early prototype exists in
TraceDebugger.image, but it is not yet tested and when you debug it, the VM crashes. 🤡