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: debug inline values #18670

Closed
3 tasks done
isidorn opened this issue Jan 17, 2017 · 0 comments
Closed
3 tasks done

Test: debug inline values #18670

isidorn opened this issue Jan 17, 2017 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Jan 17, 2017

Refs: #13424
Complexity: 4

We now support showing inline values while you are debugging. Set "debug.inlineValues": true, in your settings.json. Have a workspace that you can debug (for example our smoke test repository) and verify:

  • inline values appear with the correct value on the end of each line where they make sense
  • inline values show only until the currently debugged line

Now try debugging for node2 adapter by just changing the type to node2 in your launch.json. Verify:

  • Scope location is respected - inline evaluations are only shown from the start of the current scope to the current line.

Feedback on the presentation and usefullnes of inline values is welcome.

fyi @nojvek @roblourens

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

4 participants