VSCODE PHP отладчика значения изменения

// Use VSCode "DEBUG CONSOLE".
// Wanna set 10 to variable "foo" in current debugging scope?
// Just type "$foo=10" in "Debug Console" and hit enter.
TechNyquist