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

Addon API should have a way to know if the engine will pause #123

Open
dvojtise opened this issue Sep 27, 2019 · 0 comments
Open

Addon API should have a way to know if the engine will pause #123

dvojtise opened this issue Sep 27, 2019 · 0 comments

Comments

@dvojtise
Copy link
Contributor

Currently, addons can register on step events.
However, similarly to Sirius view, (#122) some Addon may not be interested to be triggered too often.

In order to implement similar strategies as suggested in #122, it would be useful that the Addon API provide some means to access the information about whether the engine step is about to pause (due to breakpoint, a manual pause or reaching the end of a step over, step return, step into)

With this information, the addons could provide smarter behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant