Launches a process
run [[-index] <index> | [-name] <debug-config-name>]
The following table lists and defines examples of the run command.
| Command | Description |
|---|---|
| run | Starts a process using the default launch configuration, which is the last run configuration if one exists and index 0 otherwise. |
| run -index 3 | Starts a process using the launch configuration at index 3. Type 'launch' for the current set of launch configurations. |
| run -name 3 | Starts a process using the launch configuration named '3'. Type 'launch' for the current set of launch configurations. |
| run 3 | Starts a process using the launch configuration named '3'. If '3' does not exist then configuration with index 3 will be started. Type 'launch' for the current set of launch configurations. |
| run {My Launch Config} | Starts debugging using the launch configuration named 'My Launch Config' . Type 'launch' for the current set of launch configurations. |