This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eclipse:runconfig [2020/12/10 16:18] – [Run Configurations] ursgraf | eclipse:runconfig [2020/12/10 16:55] (current) – [Adding More Run Configurations] ursgraf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Run Configurations ====== | ====== Run Configurations ====== | ||
| Run configurations are used to run a project. This will compile the necessary classes, link them together, load the resulting binary to a target and run it. | Run configurations are used to run a project. This will compile the necessary classes, link them together, load the resulting binary to a target and run it. | ||
| + | |||
| + | ===== Creating a New Run Configuration ===== | ||
| + | Create a new run configuration by marking the project file // | ||
| + | |||
| ===== Editing Run Configurations ===== | ===== Editing Run Configurations ===== | ||
| All the run configurations of all projects in a workspace can be edited with // | All the run configurations of all projects in a workspace can be edited with // | ||
| - | {{.: | + | {{.: |
| - | {{.: | + | Choose |
| - | With Run/Debug setting you can choose | + | {{.: |
| - | Within a run configuration you can also specify where your program will be written | + | |
| + | ===== Adding More Run Configurations ===== | ||
| + | - Show the run configurations with // | ||
| + | - Choose which run configuration | ||
| + | - Set selection to a desired target configuration, | ||
| + | - //Apply// stores the new configuration. | ||