AppCode
 
Get AppCode

Run/Debug Configuration: Attach to Node.js/Chrome

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.

Create: Run | Edit Configurations | Add New Configuration | Attach to Node.js/Chrome

In this dialog, create configurations for debugging already running Node.js applications. This approach gives you the possibility to re-start a debugging session without re-starting the Node.js server.

Also use this configuration to debug background and additional main processes of NW.js applications, see Run/Debug Configuration: NW.js.