Skip to content

Commit

Permalink
Add a note for PowerShell users.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalikpi committed Dec 16, 2015
1 parent 1a8e964 commit 679cc15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ setInterval(function(){
```cmd
set DEBUG=*,-not_this
```

Note that PowerShell using different syntax to set environment variables.

```cmd
$env:DEBUG = "DEBUG=*,-not_this"
```

Then, run the program to be debugged as usual.

Expand Down

0 comments on commit 679cc15

Please sign in to comment.