Skip to content

Instantly share code, notes, and snippets.

@h4n2k
Last active October 1, 2018 09:30
Show Gist options
  • Select an option

  • Save h4n2k/bdefb4110dde3d68804ae30834a6c6f8 to your computer and use it in GitHub Desktop.

Select an option

Save h4n2k/bdefb4110dde3d68804ae30834a6c6f8 to your computer and use it in GitHub Desktop.
nodemon DEBUG on windows
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.
@h4n2k

h4n2k commented Sep 11, 2017

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment