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

Pause model execution may take several seconds before displaying the stack #163

Open
dvojtise opened this issue Apr 14, 2020 · 0 comments
Open
Labels

Comments

@dvojtise
Copy link
Contributor

dvojtise commented Apr 14, 2020

When running a model a relatively high number of steps (several thousands logical steps), then pause the execution (for example using the UI)
then the debug stack view may take time before being filled and available. (it may last several seconds)

I experimented that using the JavaEngine but I suspect that all engines could be impacted.

Other symptoms:
in the language workbench, in the debug view, some threads blink (very quickly). The debug UI in the modeling workbench becomes available when the blinking in the language workbench stops.

I succeed to pause on one of those "blink":
image

Apparently, a big bunch of "Check Debug Command" are queued and processed when pausing.
(related to org.eclipse.debug.core.commands.AbstractDebugCommand.UpdateJob)

Need further investigation in order to find out why.

@dvojtise dvojtise added the bug label Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant