[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Word wrap fails on lines with breakpoints in debug mode #84911

Closed
karansapolia opened this issue Nov 15, 2019 · 2 comments
Closed

Word wrap fails on lines with breakpoints in debug mode #84911

karansapolia opened this issue Nov 15, 2019 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@karansapolia
Copy link
  • VSCode Version: 1.40.1
  • OS Version: Windows 10, Version 1909, OS Build: 18363.476

Steps to Reproduce:

  1. Open any code file in VSCode ( I tried it only with JS files).
  2. Enable word wrap.
  3. Put breakpoints on some lines of code, not all, in the file and enter debug mode (hit F5).
  4. Open the side bar and extend it until the editor window becomes narrow enough for the lines to start breaking and wrapping into more lines.

Output:

  1. As you keep extending the side bar panel, the LOC (lines of code) which have breakpoints don't break on time and go under the minimap for a while before starting to break onto newer lines.
  2. LOC without breakpoints wrap correctly.

Note: Happens only while debugging.

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

@karansapolia
Copy link
Author

Attaching a gif for reference:
vscode-word-wrap

@alexdima
Copy link
Member

Let's track in #32856

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 19, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants