You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 🤡
The text was updated successfully, but these errors were encountered:
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. 🤡The text was updated successfully, but these errors were encountered: