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

Multiprocess debugging

Last modified: 28 September 2022

Available only in PyCharm Professional: download to try or compare editions

Required plugins:

Javascript and TypeScript, JavaScript Debugger, Node.js -  The plugins are available only in PyCharm Professional, where they are enabled by default.

With PyCharm, 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