Google Chrome web browser has built in support for debugging Node.js applications.
npm run debug
chrome://inspect/#devices
When Chrome successfully connects to your project you will see "Debugger attached." in your Moov SDK log.
Once the Chrome debugger is connected to Node.js you can set breakpoints and inspect your code in real-time.