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

Introduce native Container API to freeze time; make the console debugger to freeze all containers #239

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

ggleyzer
Copy link
Collaborator

@ggleyzer ggleyzer commented Aug 13, 2024

When you used the Console Debugger for stepping through Ecstasy code, it used to be extremely hard to investigate any timer related logic, since stopping in the debugger didn't prevent the alarms to go off based on the wall clock.

This change allows the debugger to "freeze" time for all containers, dramatically simplifying such a debugging.

@ggleyzer
Copy link
Collaborator Author

Reviewed w/ Cam

@ggleyzer ggleyzer merged commit 491582b into master Aug 13, 2024
3 checks passed
@ggleyzer ggleyzer deleted the gene/freeze branch August 13, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant