Last active
October 1, 2018 09:30
-
-
Save h4n2k/bdefb4110dde3d68804ae30834a6c6f8 to your computer and use it in GitHub Desktop.
nodemon DEBUG on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows note | |
| On Windows the environment variable is set using the set command. | |
| set DEBUG=*,-not_this | |
| Note that PowerShell uses different syntax to set environment variables. | |
| $env:DEBUG = "*,-not_this" | |
| Then, run the program to be debugged as usual. |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.npmjs.com/package/debug