DrZ
DrZ

Reputation: 181

set value while debugging is not enabled

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

Answers (1)

DrZ
DrZ

Reputation: 181

Simply using the debug console allows you to change the values.

Upvotes: 2

Related Questions