Skip to content

Commit 679cc15

Browse files
committed
Add a note for PowerShell users.
1 parent 1a8e964 commit 679cc15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ setInterval(function(){
5858
```cmd
5959
set DEBUG=*,-not_this
6060
```
61+
62+
Note that PowerShell using different syntax to set environment variables.
63+
64+
```cmd
65+
$env:DEBUG = "DEBUG=*,-not_this"
66+
```
6167

6268
Then, run the program to be debugged as usual.
6369

0 commit comments

Comments
 (0)