3 Ways To Debug Node - JS: by Gergely Nemeth at Risingstack
3 Ways To Debug Node - JS: by Gergely Nemeth at Risingstack
RisingStack
3 Ways to
Debug
Node.js
▢ Set the DEBUG environment variable when starting your app. You can
also use the * character to wildcard names.
▢ The following line will print all the express related logs to the standard
output > DEBUG=express* node app.js
▢ It will open up the Chrome Dev tools and you can start to debug your app
JOIN FOR
MORE FREE
RESOURCES
JOIN NOW