In general it is super-easy to start a test or an app in debug mode on node and attach Chrome to it.
We should think about adding that to the runner menu.
What is required to debug?
Node.js arguments: --inspect --debug-brk
Chrome: Open chrome with "about:inspect" (will delegate to "chrome://inspect").
In general it is super-easy to start a test or an app in debug mode on node and attach Chrome to it. We should think about adding that to the runner menu.
What is required to debug? Node.js arguments: --inspect --debug-brk Chrome: Open chrome with "about:inspect" (will delegate to "chrome://inspect").