set DEBUG=baseRange:arg,http & node app.js
Si votre terminal est git bash lancer :
DEBUG=baseRange:arg,http node app.js
Si votre terminal est PowerShell lancer :
$env:DEBUG='baseRange:arg,http' ; node app.js