Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for existing SimulationContexts #68

Open
LinqLover opened this issue Mar 15, 2022 · 0 comments
Open

Add support for existing SimulationContexts #68

LinqLover opened this issue Mar 15, 2022 · 0 comments
Labels
engineering Technical change to the machinery enhancement New feature or request

Comments

@LinqLover
Copy link
Collaborator

LinqLover commented Mar 15, 2022

At the moment, the TraceDebugger will eliminate any other custom context customizations in the code to be traced. For instance, the following does not run the code sandboxed when you trace it and step over the assignment:

| x |
x := 0.
Sandbox2 debug: [x := 1].

The cause for this behavior lies in TDBTrace>>#enableSimulatorDuring: where the customizations of all contexts are via simulator customize: context. We should preserve other custom context simulators and combine all simulators instead via the COR mechanism.

@LinqLover LinqLover added enhancement New feature or request engineering Technical change to the machinery labels Mar 15, 2022
LinqLover added a commit that referenced this issue Jul 24, 2022
Unless we have implemented #68, display a warning to the user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering Technical change to the machinery enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant