AppCode
 
Get AppCode

Multiprocess debugging

Last modified: 13 February 2023

Required plugins:

JavaScript and TypeScript, JavaScript Debugger -  The plugins are bundled with AppCode and enabled by default.

Node.js -  Install the plugin on the Settings | Plugins page, tab Marketplace.

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