| Item | Description | ||||||
|---|---|---|---|---|---|---|---|
| Path to Node |
In this field, specify the NodeJS installation home. Type the path to the NodeJS executable file manually,
or click the Browse button
and select the location in the dialog box, that opens.
If you have appointed one of the installations as default, the field displays the path to its executable file. | ||||||
| Node parameters | In this text box, type the NodeJS-specific command line options to be passed to the NodeJS executable file. The acceptable options are: | ||||||
| Path to Node App JS file |
In this field, specify the full path to the NodeJS file to start running or debugging from.
If you are going to debug CoffeeScript, specify the path to the generated JavaScript file with source maps. The file can be generate4d externally or through transpilation using file watchers. For more details, see Transpiling CoffeeScript to JavaScript. | ||||||
| Application parameters |
In this text box, type the NodeJS-specific arguments to be passed to the starting NodeJS application file
through the process.argv array.
| ||||||
| Working directory |
In this field, specify the location of the files referenced from the starting NodeJS application file, for example, includes.
If this file does not reference any other files, just leave the field empty.
Choose the folder from the drop-down list, or type the path manually, or click the Browse button
and select the location in the dialog box, that opens.
| ||||||
| Environment variables |
In this field, specify the environment variables for the NodeJS executable file, if applicable.
Click the Browse button to the right of the field and configure a list of variables
in the Environment Variables dialog box, that opens:
The definitions of variables are displayed in the Environment variables read-only field with semicolons as separators. The acceptable variables are:
| ||||||
| Run with CoffeeScript plugin | If this check box is selected, you can launch the CoffeeScript files directly, without previously transpiling them to JavaScript. | ||||||
| Path to coffee executable | Specify here the path to the executable file that launches the CoffeeScript transpiler. | ||||||
| CoffeeScript parameters | Specify here the parameters to be passed to CoffeeScript. |

framework.
and select the location in the dialog box, that opens.
and specify the variable name and value.
.