eclipse-gemoc / eclipse-gemoc/gemoc-studio-modeldebugging
Addon API should have a way to know if the engine will pause
- Dominant language
- Java
- Stars
- 6
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Currently, addons can register on step events.
However, similarly to Sirius view, (https://github.com/eclipse/gemoc-studio-modeldebugging/issues/122) some Addon may not be interested to be triggered too often.
In order to implement similar strategies as suggested in https://github.com/eclipse/gemoc-studio-modeldebugging/issues/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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.