eclipse-platform / eclipse-platform/eclipse.platform
Debugging context menu completely lock-up my OS UI
- Dominant language
- Java
- Stars
- 165
- Forks
- 174
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 22
Description
Version: 2022-03 (4.23.0)
Build id: 20220310-1457
Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux
### Steps to reproduce:
# SAVE ALL YOUR WORK AS YOU PROBABLY NEED TO KILL YOUR WINDOW MANAGER OR RESTART SYSTEM
1. Go to the debug perspective
2. add a break point inside the constructor of `org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.LaunchShortcutAction(String, LaunchShortcutExtension)`
3. Start a new debugged Eclipse Application
4. create a new java project with a main class
5. righclick and navigate to the "Run As" menu
Now for me the following happens:
- Breakpoint is triggered and the Host-Eclipse is bring to foreground
- I see the popup menu of the debugged eclipse
- my system is locked-up, I can not use any application
- I need to kill the window manager to get out of this state killing all UI applications
Contributor guide
Assessment
This issue has not been assessed yet.