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:The vscode Java Debug screen blinks #1349

Closed
JinghuaOriental opened this issue Jun 3, 2024 · 8 comments
Closed

Bug:The vscode Java Debug screen blinks #1349

JinghuaOriental opened this issue Jun 3, 2024 · 8 comments

Comments

@JinghuaOriental
Copy link

Environment:

  • VS Code Version: 1.89.1
  • Extension Version: v0.27.0
  • JDK Type & Version: 21.0.1
  • OS Type & Version: Linux, actually I use vscode on Windows to connect Linux Server remotely by SSH.

Step to Reproduce: When debugging a java file, it shows the screen begin to blink continuely

Expected Behavior: It shouldn't be blinking when debugging.

Actual Behavior: It's blinking when debugging. The real value of all parameters are always blinking from time to time. And I find it always happen when the emerging real values excel the maximum length that one line can show. When I scale the code edit window to be enough to show, this blinking problem will not appear.

Related Issues: Temporarily didn't.

The following video is the actually problem demo.

20240603_172112.mp4

However, I'm not very sure that it maybe caused by other extensions, please help me to fix this problem.
Thank you very much.

@testforstephen
Copy link
Contributor

this duplicates with microsoft/vscode-java-debug#1466

@JinghuaOriental
Copy link
Author

JinghuaOriental commented Jun 4, 2024 via email

@shravanvallaban
Copy link

@test

this duplicates with microsoft/vscode-java-debug#1466

@testforstephen What is the solution for this? I still the bug but as now the bug has been marked as closed.

@testforstephen
Copy link
Contributor

testforstephen commented Jul 18, 2024

this is a vscode issue, they have fixed it in the latest vscode version. At least, I cannot reproduce it in vscode@1.91.1.

@shravanvallaban please update your vscode to the latest version and have a try again.

@shravanvallaban
Copy link

shravanvallaban commented Jul 18, 2024 via email

@testforstephen
Copy link
Contributor

I see you're using Linux. My OS is Windows, it works. Not sure if the OS is a factor. If it still doesn't work, pls try the workaround "debug.inlineValues": "off" or "editor.wordWrap": "off" first.

@shravanvallaban
Copy link

shravanvallaban commented Jul 18, 2024 via email

@testforstephen
Copy link
Contributor

if it doesn't work, I believe you're talking about a different issue. Pls make a video to explain what's the problem you encounter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants