Appearance
Often used with Node's --inspect or --inspect-brk flags.
--inspect
--inspect-brk
To run Jest with a debugger attached:
node --inspect-brk node_modules/.bin/jest # -- rest of your args
In a Chromium browser, it's at chrome://inspect
chrome://inspect