-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Test setting variable values #7812
Copy link
Copy link
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuestestplan-item
Milestone
Description
Tests #7744:
- any platform - @sandy081
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuestestplan-item