How to set SLS_DEBUG in windows?
Set it in your system environment variable.
For MacOS: Open Terminal and type the following:
export SLS_DEBUG=true
For Windows: Set it in the System Environment variable.
for powershell:
$Env:SLS_DEBUG='true'