New to Node ecosystem. Tried to debug by running `node --inspect tasks/start-cli.js` and using VS Code
attach feature. I set breakpoints in build files (e.g., background-process.build.js).
Is that how you debug as well or is there a better way?
(Note: Actually, I can't yet set a breakpoint or do anything probably due to
a bug in vscode. But
assume that's how I debug xD).
Thanks!