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

Multiprocess debugging

Last modified: 08 April 2024

With RubyMine, 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 tool window.

Node.js application: Multi-process debugging