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

Sometimes the lazy value placeholder shows up #143752

Closed
weinand opened this issue Feb 23, 2022 · 3 comments
Closed

Sometimes the lazy value placeholder shows up #143752

weinand opened this issue Feb 23, 2022 · 3 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)

Comments

@weinand
Copy link
Contributor

weinand commented Feb 23, 2022

Testing #143572

Sometimes the lazy value placeholder shows up and I cannot get rid of it:

CleanShot 2022-02-23 at 17 15 09

Even stopping and restarting the debug session doesn't help. I have to restart VS Code.

@weinand
Copy link
Contributor Author

weinand commented Feb 23, 2022

I can reliably reproduce this by setting the variables value (see #143751). From that moment the "lazy var" is sticky and I need to restart VS Code to get rid of it.

@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Feb 23, 2022
@connor4312
Copy link
Member

Yes, easy repro in js-debug:

  1. Have a getter with a setter. Double click to set the variable and just click out
  2. Enter anything in the repl (to trigger a variable refresh)
  3. The variable now includes its placeholder and (...). It should remain expanded.

@roblourens
Copy link
Member

Dupe of #143751. The DOM gets messed up permanently

@roblourens roblourens added the *duplicate Issue identified as a duplicate of another issue(s) label Feb 24, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants