Multiprocess debugging

Last modified: 16 July 2021

Required plugins: JavaScript and TypeScript, JavaScript Debugger, Node.js

The plugins are bundled with JetBrains Rider and enabled by default.

With JetBrains Rider, you can debug additional Node.js processes that are launched by the child_process.fork() method or by the cluster module. Such processes are shown as threads in the Frames pane on the Debugger tab of the Debug window.

Node.js application: Multi-process debugging