-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
a breakpoint becomes inline after line copying #7114
Comments
@tom-shan Do you have active debug session? |
no active debug session |
Would like to look into this issue, but I'm unsure of which files to look into to get started. I'm thinking that this issue is probably caused by the editor window and the handler for the copy command, any pointers on which files these components would be under? I also believe this issue might be related to #6910. |
Breakpoints are updated here: https://github.com/eclipse-theia/theia/blob/master/packages/debug/src/browser/editor/debug-editor-model.ts#L227 |
if column number is 1, will it be an inline breakpoint? if the answer is no, maybe we should change the condition to |
@tom-shan Could you send a PR please? let's try your approach |
Maybe #6910 is another issue which will be get fixed by such PR. |
I was testing the same approach as @tom-shan. Breakpoints are initialized with column undefined but when copied, the column becomes 1. I was going to do more testing and create a PR by the end of today. |
- Breakpoints on column 1 do not render red indicator Signed-off-by: Justin Ang <justinang13@gmail.com>
Description
Reproduction Steps
OS and Theia version:
OS: centos 7
Theia: d5f3262
Diagnostics:
The text was updated successfully, but these errors were encountered: