Reputation: 181
I'm using the latest version of Visual Studio Code 64bit and trying to change a value during my debug session.
I tried using the set value menu option to change a value but it's disabled. I've got the PHP Debugging extension installed and have no problems stepping through the code. I tried the debug console but can't seem to do any unset's there. I have $_SERVER
values I would like to clear.
Upvotes: 1
Views: 730