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

[BUG] - Bookmark marker interferes with debug breakpoints #573

Closed
umakantv opened this issue Dec 14, 2022 · 3 comments
Closed

[BUG] - Bookmark marker interferes with debug breakpoints #573

umakantv opened this issue Dec 14, 2022 · 3 comments
Labels
bug caused by vscode The issue was caused by a VS Code update duplicate

Comments

@umakantv
Copy link

Bookmark marker beside the line number interferes with debug breakpoint

  • Normal Usage of breakpoint

image

  • Unable to add breakpoint if the bookmark is added

image

  • Unable to remove/edit breakpoint if the bookmark is added

image

Environment/version

  • Extension version: v13.3.1
  • VSCode version: 1.73.1
  • OS version: MacOS 12.6

Steps to reproduce

  1. Add a bookmark on a line
  2. Try to add the breakpoint by clicking on the left of the line number
  3. Remove bookmark to add the breakpoint
  4. Add the breakpoint on the line
  5. Try to remove/edit the breakpoint
@umakantv umakantv added the bug label Dec 14, 2022
@umakantv umakantv changed the title [BUG] - Bookmark marker interferes with breakpoint [BUG] - Bookmark marker interferes with debug breakpoints Dec 14, 2022
@fade2gray
Copy link
Contributor

#551

@alefragnani alefragnani added duplicate caused by vscode The issue was caused by a VS Code update labels Dec 14, 2022
@alefragnani
Copy link
Owner

Hi @umakantv ,

As @fade2gray commented above, this issue has already been reported.

Unfortunately it depends on VS Code itself to fix the issue, as it fails to merge/combine decorations when presented in the same line as breakpoints.

Hope this helps

@alefragnani alefragnani closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2022
@umakantv
Copy link
Author

Okay. I tried to search for issues with the keyword "breakpoint". Couldn't find one, that's why I created this.

Anyway, I hope it gets resolved soon.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug caused by vscode The issue was caused by a VS Code update duplicate
Projects
None yet
Development

No branches or pull requests

3 participants