JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

Multiprocess debugging

Last modified: 21 April 2023

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