mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-09 00:02:53 +01:00
Date:2008-09-17T13:53:28.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
[[Property:title|Run with arguments]]
|
|
[[Property:weight|-14]]
|
|
While working on a project, you may want to launch it with one or more arguments.
|
|
|
|
There are two ways to specify arguments for a program from EiffelStudio:
|
|
* From the '''Debug, Debugging Options''' menu.
|
|
* By right-clicking any of the buttons on the debugging toolbar.
|
|
|
|
==Using the Argument Dialog==
|
|
|
|
[[Image:argument-dialog]]
|
|
|
|
|
|
|
|
The dialog allows you to manage different execution profiles to specify parameters to be passed to the system at execution time.
|
|
|
|
Each profile allows to set a title, the '''arguments''', the '''working directory''', and you can also set your own '''environment variables'''.
|
|
|
|
To use a profile, just select it by clicking the corresponding line in the grid..
|
|
|
|
Once the appropriate execution profile is selected then the system can be run with those parameters using the Run button (If "Keep Dialog Open" is selected the dialog remains opened).<br/>
|
|
To run without any particular parameter select '''default''' 's profile.
|
|
|
|
If you click on "Run Workbench" or "Run Finalized", the system will be executed outside EiffelStudio (thus no debugging)..
|
|
|
|
|
|
|
|
|