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

Context menu not showing up on debug widgets when resetting layout #12240

Closed
martin-fleck-at opened this issue Feb 28, 2023 · 0 comments · Fixed by #12241
Closed

Context menu not showing up on debug widgets when resetting layout #12240

martin-fleck-at opened this issue Feb 28, 2023 · 0 comments · Fixed by #12241
Assignees
Labels
debug issues that related to debug functionality

Comments

@martin-fleck-at
Copy link
Contributor

Bug Description:

When we reset the workbench layout the context menus on the debug session widgets (e.g., watch expressions, breakpoints) stop working:
issue-debug-layout

Steps to Reproduce:

  1. Add watch expression in the 'Watch' section of the Debug widget.
  2. See if context menu is working.
  3. Reset Workbench Layout > context menu is no longer showing up
  4. Reload the window > context menu is showing up again

Additional Information

  • Operating System: Ubuntu / any
  • Theia Version: master
@martin-fleck-at martin-fleck-at self-assigned this Feb 28, 2023
martin-fleck-at added a commit that referenced this issue Feb 28, 2023
Necessary because the debug session widgets are created lazily after
the layout has been initialized.

Fixes #12240
@vince-fugnitto vince-fugnitto added the debug issues that related to debug functionality label Feb 28, 2023
martin-fleck-at added a commit that referenced this issue Mar 1, 2023
Necessary because the debug session widgets are created lazily after
the layout has been initialized.

Fixes #12240
martin-fleck-at added a commit that referenced this issue Apr 21, 2023
Necessary because the debug session widgets are created lazily after
the layout has been initialized.

Fixes #12240
martin-fleck-at added a commit that referenced this issue Apr 21, 2023
Necessary because the debug session widgets are created lazily after
the layout has been initialized.

Fixes #12240
martin-fleck-at added a commit that referenced this issue Apr 21, 2023
Necessary because the debug session widgets are created lazily after
the layout has been initialized.

Fixes #12240
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants