📜  vscode php 调试器更改值 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:17.850000             🧑  作者: Mango

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