Debug set value

While debugging languages such as JavaScript in VS Code, you can change the value of variables using set value in the debug view or with the debug console.

This lets you quickly explore how changing a variable effects your program.