Alfred workflow for triggering debug mode for the running Node processes
Alfred workflow for triggering debug mode for the running Node processes.
Requires Node.js 4+ and the Alfred Powerpack.
In Alfred, type dn, Enter, and the name of your process.
To debug a node process by its port number, prefix it with a colon. For example: foo :8080.
Select an item and press Enter to debug the process.
Hold Shift to show the used CPU percentage.
MIT © Rafal Chlodnicki
Based on alfred-kill workflow created by Sam Verschueren