robtweed / ewd-qoper8

Node.js Message Queue and Multi-Process Manager
24 stars 5 forks source link

Added debugging with --debug and --inspect #1

Open wdbacker opened 7 years ago

wdbacker commented 7 years ago

this addition allow to debug with th estandard Node.js debugging functionality.

It will not work with --debug-brk option because Node.js child.send() method doesn't buffer messages if the --debug-brk option is active.