We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the activator is not launch, the following condition fails, when calling _update().
launch
_update()
assert self.main_monitor.active or self.trace_done
At the start, the monitor is neither active, nor is the trace completely replayed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the activator is not
launch
, the following condition fails, when calling_update()
.At the start, the monitor is neither active, nor is the trace completely replayed.
The text was updated successfully, but these errors were encountered: