-
Notifications
You must be signed in to change notification settings - Fork 969
Visual Studio Code express app #641
Copy link
Copy link
Open
Labels
help-wantedThis issue has an actionable itemThis issue has an actionable itemneeds-documentationThis issue or change requires additional documentationThis issue or change requires additional documentationpr-welcomeThis issue has an approved change; a pull request would be appreciatedThis issue has an approved change; a pull request would be appreciated
Milestone
Metadata
Metadata
Assignees
Labels
help-wantedThis issue has an actionable itemThis issue has an actionable itemneeds-documentationThis issue or change requires additional documentationThis issue or change requires additional documentationpr-welcomeThis issue has an approved change; a pull request would be appreciatedThis issue has an approved change; a pull request would be appreciated
I am trying to run an express app through Visual Studio Code. I have a launch.json file with DEBUG defined like so:
Here is a trimmed down version of my app.js file where you can see the bolded debug line that doesn't output to the debug console (Test 2). Test 1 before it outputs as expected. If I run this from the command line passing
DEBUG=* npm startboth lines show as expected.