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

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