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 setting C/C++ breakpoints #589

Closed
Lotharyx opened this issue Feb 17, 2023 · 3 comments
Closed

[BUG] - Bookmark marker interferes with setting C/C++ breakpoints #589

Lotharyx opened this issue Feb 17, 2023 · 3 comments
Labels
bug caused by vscode The issue was caused by a VS Code update duplicate

Comments

@Lotharyx
Copy link

Environment/version

  • Extension version: 13.3.1

VSCode version info:
Version: 1.75.1 (user setup)
Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf
Date: 2023-02-08T21:32:34.589Z
Electron: 19.1.9
Chromium: 102.0.5005.194
Node.js: 16.14.2
V8: 10.2.154.23-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: Yes

Steps to reproduce

  1. Bookmark a line in a C/C++ file
  2. Attempt to set a breakpoint by clicking in the gutter

When the bookmark marker is present, the usual "pointer" cursor does not appear, and setting / clearing breakpoints on that line becomes impossible.

Video:
https://user-images.githubusercontent.com/5629932/219705310-c2b825c3-e530-4e81-b747-3520c801de94.mp4

@Lotharyx Lotharyx added the bug label Feb 17, 2023
@alefragnani alefragnani added duplicate caused by vscode The issue was caused by a VS Code update labels Feb 17, 2023
@alefragnani
Copy link
Owner

Hi @Lotharyx ,

This issue has already been reported, and is caused by VS Code (first reported in #56), but unfortunately, there is nothing I can do on my side. The extension doesn't have any control about the click event. In fact, I wish I had, because I could add a add bookmark with mouse click option 😃

It is being tracked in microsoft/vscode#5923, and besides the original visual issue has been partially solved by VS Code, the click still doesn't.

Hope this helps

@alefragnani alefragnani closed this as not planned Won't fix, can't repro, duplicate, stale Feb 17, 2023
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
@alefragnani @Lotharyx and others