Skip to content

Commit 7271825

Browse files
committed
Merge pull request debug-js#243 from unreadable/master
Add a note for PowerShell users.
2 parents 82ca12f + 679cc15 commit 7271825

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

Lines changed: 6 additions & 0 deletions
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)