Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7271825 + 01b30d7 commit 39ecd87Copy full SHA for 39ecd87
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