

However, if you do not want to share the. Save the file with the run configuration settings to share it with other team members.

This is helpful when a run configuration consumes a lot of resources and there is no good reason to run multiple instances. Specify a name for the run configuration to quickly identify it among others when editing or running.Īllow running multiple instances of this run configuration in parallel.īy default, it is disabled, and when you start this configuration while another instance is still running, IntelliJ IDEA suggests stopping the running instance and starting another one. When you edit a run configuration (but not a run configuration template), you can specify the following options: In the example below, the IntelliJ IDEA project root folder /Users/WsProjects/express is mapped to /usr/src/app on the server. This is helpful if the root folder of the running application is different from the name of you IntelliJ IDEA project root folder. In this area, specify the remote paths for the project folders. See Debugging an application that uses nodemon for details.
BUY MOUNTAIN DEW ALCOHOL CODE
This lets you debug Node.js applications that use the nodemon utility, which automatically reloads your Node.js process when the code is updated. Select this checkbox to enable the IntelliJ IDEA built-in debugger to re-attach to a running Node.js process after the code of the application is changed. Node.js < 8 started with -debug: choose this option to use the V8 Debugging Protocol (also known as Legacy Protocol). In this area, choose the debugging protocol to use:Ĭhrome or Node.js > 6.3 started with -inspect: choose this option to use the Chrome Debugging Protocol.

Make sure this port is different from the port on which the application is running. information message in the built-in Terminal or in the Run tool window that controls the running application. Copy this port number from the Debugger listening on. In this field, specify the port passed to -inspect, -inspect-brk, or -debug when starting the Node.js process to connect to. In this field, specify the host where the application is running.
