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

Blinking block cursor can obscure inline breakpoint #81800

Closed
RMacfarlane opened this issue Oct 1, 2019 · 2 comments
Closed

Blinking block cursor can obscure inline breakpoint #81800

RMacfarlane opened this issue Oct 1, 2019 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *out-of-scope Posted issue is not in scope of VS Code under-discussion Issue is under discussion for relevance, priority, approach

Comments

@RMacfarlane
Copy link
Contributor

Testing #81175

  1. Set cursor to blink and cursor style to block
  2. Start debugging
  3. On a line with inline breakpoints, place cursor directly before an inline breakpoint indicator

blinkingBlockCursor

@isidorn
Copy link
Contributor

isidorn commented Oct 2, 2019

The issue here is that the blinking block cursor goes over the decoration.
The decoration is actually empty and on top of my empty decoraion I have a conent widget. This seems to not play weel with the cursor block style. Since the block seems to go from one character to the other by definition and thus overlaps the inline breakpoint.
fyi @alexandrudima

@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues under-discussion Issue is under discussion for relevance, priority, approach labels Oct 2, 2019
@isidorn isidorn added this to the Backlog milestone Oct 2, 2019
@isidorn isidorn modified the milestones: Backlog, Backlog Candidates Oct 23, 2019
@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *out-of-scope Posted issue is not in scope of VS Code under-discussion Issue is under discussion for relevance, priority, approach
Projects
None yet
Development

No branches or pull requests

3 participants
@isidorn @RMacfarlane and others