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

Test 'Variable Type Hover' #8199

Closed
1 task done
weinand opened this issue Jun 27, 2016 · 1 comment
Closed
1 task done

Test 'Variable Type Hover' #8199

weinand opened this issue Jun 27, 2016 · 1 comment
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Jun 27, 2016

Test for #8040:

In the latest revision of the VS Code debug protocol Variables can use an optional 'type' attribute. VS Code shows this attribute when hovering over the name of a Variable (hovering over the value of a variable still shows the long version of the value).

The only debug-adpater that supports this right now is mock-debug (from the Marketplace).
Install mock-debug, create a launch config and a markdown file readme.md with some lines of text. Then start debugging.

Verify that the (fake) variables in the Variables view show a type when hovering over the variable's name and that the value is still shown when hovering over the variable's value.

@weinand weinand added this to the June 2016 milestone Jun 27, 2016
@weinand weinand assigned weinand and unassigned weinand Jun 27, 2016
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jun 27, 2016
@aeschli
Copy link
Contributor

aeschli commented Jun 28, 2016

Tested on Linux, Mac and Windows

@aeschli aeschli closed this as completed Jun 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
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

2 participants