To turn off Xdebug in a Powershell terminal
$env:XDEBUG_MODE = "off"
To turn on Xdebug in a Powershell terminal
$env:XDEBUG_MODE = "off"
Windows 11 VSCode Terminal:
To turn off Xdebug in a Powershell terminal
$env:XDEBUG_MODE = "off"
To turn on Xdebug in a Powershell terminal
$env:XDEBUG_MODE = "off"
Windows 11 VSCode Terminal:
0 Comments