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

Can't toggle breakpoints if there is a decorator in the gutter #181982

Closed
alefragnani opened this issue May 10, 2023 · 2 comments
Closed

Can't toggle breakpoints if there is a decorator in the gutter #181982

alefragnani opened this issue May 10, 2023 · 2 comments
Assignees

Comments

@alefragnani
Copy link

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.78 and 1.79 insiders
  • OS Version: MacOS Ventura

The recent release improved how glyphs are rendered in margin (https://code.visualstudio.com/updates/v1_78#_glyph-margin-decoration-rendering-improvements), so you may use that sample to test the scenario

Steps to Reproduce:

  1. Add a breakpoint with mouse click in the gutter
  2. The breakpoint icon is added
  3. Add a bookmark using command palette / shortcut
  4. The bookmark decorated is added
  5. The gutter is expanded
  6. Everything is just fine
  7. Remove both, the bookmark and the breakpoint
  8. Now, using the reverse order, first add the Bookmark using command palette / shortcut
  9. And try to add the breakpoint using mouse click
  10. You will notice it is not possible
  11. If you try to add the breakpoint with command palette instead, it will work

I have noticed that even when the gutter is expanded after step 4, the mouse click (to add a breakpoint) is not woking on any line that already contains a bookmark decorator. The mouse simply doesn't change to hand icon when you hover the location.

Related to #179725

Thank you

@alefragnani
Copy link
Author

It seems #180395 resolved the removal of breakpoints, and maybe the same comment added by @joyceerhl (#180395 (comment)) would be applied here

@joyceerhl
Copy link
Collaborator

Duplicate #185814

@joyceerhl joyceerhl closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jan 18, 2024
@aiday-mar aiday-mar added this to the December / January 2024 milestone Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants