You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: