-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Editing breakpoint conditions does not work #15510
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
Comments
I can reproduce the problem on Windows/1.60.200, but only when I enabling the "Editor: Enable Preview" setting. |
Note that this preference is enabled by default, so most users will be affected by this |
So here's what seems to be happening. The scenario is this: I have a file already open and I click on the same file a second time (doing "Edit Breakpoint" from the context menu also opens the file a "second time").
|
In general, we need to handle the case where multiple editors for the same file are open simultaneously: we can trivially provoke this situation by dragging an open editor to right of the other open editors to create a "split editor" configuration. |
Fun fact: invoking "Edit Breakpoint" on an editor reopens the editor in non-preview mode, so if you click on another file, it opens in a second tab forever after. |
Fixes eclipse-theia#15510 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
Bug Description:
The inline breakpoint editor no longer shows up. Afterwards the breakpoint context menu is fully broken too.
Steps to Reproduce:
Afterwards the context menu for breakpoints is fully broken for this editor, i.e. it always shows
no matter whether you click on a breakpoint or an empty space. Executing any of the entries has no effect, i.e. no breakpoints are added.
It still works fine in the latest Theia IDE.
Additional Information
The text was updated successfully, but these errors were encountered: