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 setting variable values #7812

Closed
1 task done
isidorn opened this issue Jun 17, 2016 · 2 comments
Closed
1 task done

Test setting variable values #7812

isidorn opened this issue Jun 17, 2016 · 2 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Jun 17, 2016

Tests #7744:

During a debugging session it is now possible to change a value of any primitive variable (leafs in the variable tree). Currently this is only supported in node-debug. The accepted syntax is the same as for watch expressions and the REPL.

Verify:

  • you can use the context menu / double click to change the value of any primitive variable; this includes object properties and individual array entries,
  • changing it to some invalid value clearly shows the error
  • try to be creative and break it
@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item labels Jun 17, 2016
@isidorn isidorn added this to the June 2016 milestone Jun 17, 2016
@sandy081
Copy link
Member

Tested. Tried to break it but can't :). Looks good.

@isidorn
Copy link
Contributor Author

isidorn commented Jun 28, 2016

Great - thanks! Then we can close this issue

@isidorn isidorn closed this as completed Jun 28, 2016
@weinand weinand changed the title Setting variable values Test setting variable values Jun 30, 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