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

No visuals when starting the debugging #42

Open
richard-doornbos opened this issue Mar 14, 2023 · 2 comments
Open

No visuals when starting the debugging #42

richard-doornbos opened this issue Mar 14, 2023 · 2 comments

Comments

@richard-doornbos
Copy link

When pressing the Debug perspective in Eclipse, and pushing the debug button. Nothing happens visually, only the red indicator shows that the debug session is running. The windows that normally show the possible actions (top-left) and the message sequence chart (bottom right) do not show anything. For new users (me) this is confusing.

Solution (found by an experienced user): the various Views were deleted (somehow). Apparently these can be restored by a right-click on a button top right and selecting 'reset' (never used this functionality before... it is really well hidden!)

@ajmooij
Copy link
Contributor

ajmooij commented Mar 16, 2023

In this case the Debug view in the POOSL Debug perspective was closed. As a consequence, the other views (like Execution Tree, Variables and Sequence Diagram) in the POOSL Debug perspective were not updated.

@ajmooij
Copy link
Contributor

ajmooij commented Mar 16, 2023

My proposal for a solution would be to check (when launching a debug session) whether the Debug view exists in the POOSL Debug perspective. If it does not exist, then offer the user the option to add the Debug view, or to reset the POOSL Debug perspective.

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

No branches or pull requests

2 participants