We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7271825 commit 75dc1d5Copy full SHA for 75dc1d5
1 file changed
Readme.md
@@ -62,7 +62,7 @@ setInterval(function(){
62
Note that PowerShell using different syntax to set environment variables.
63
64
```cmd
65
- $env:DEBUG = "DEBUG=*,-not_this"
+ $env:DEBUG = "*,-not_this"
66
```
67
68
Then, run the program to be debugged as usual.
0 commit comments