If Executable imports the entry point which executing the application (for example index.js), than the debugging is possible by:
node --inspect-brk node_modules/myutil/index.js [options]
Any options of myutil could be passed at [opiton] placeholder.