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

[debug] variables hovers switches between type and value hover #8349

Closed
aeschli opened this issue Jun 28, 2016 · 3 comments
Closed

[debug] variables hovers switches between type and value hover #8349

aeschli opened this issue Jun 28, 2016 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Jun 28, 2016

  • Follow steps Test 'Variable Type Hover' #8199
  • Move mouse over a variable name and move it slowly to name below
  • observe that the hover shows first a name, then the value then the next name. Looks strange, should only show types.
@bpasero bpasero added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Jun 28, 2016
@isidorn isidorn added this to the July 2016 milestone Jun 28, 2016
@aeschli
Copy link
Contributor Author

aeschli commented Jun 28, 2016

variable-hover

@isidorn
Copy link
Contributor

isidorn commented Jun 28, 2016

When you hover over the name we show the type, when you hover over the value we show the value (useful for long values).
Not sure where you are hovering over in the gif since I do not see your mouse.

@aeschli
Copy link
Contributor Author

aeschli commented Jun 28, 2016

Sorry for not showing the mouse pointer (it is camera shy).
I only move over the types, vertically down.

@isidorn isidorn closed this as completed in 291d06c Jul 6, 2016
@weinand weinand added the verified Verification succeeded label Jul 28, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants