Online Eiffel Documentation |
Documentation Home > Tools > EiffelStudio > EiffelStudio How To's > Running and debugging |
EiffelStudio |
Running an application |
There are several ways to launch an application. Not all are available depending on the way you compiled your system.
Melted and frozen executables can be debugged. Several methods can be used to launch such an executable:
Tip: All the above commands can be accessed either in the Project toolbar or in the Debug menu.
They can be used either to launch the program or to resume its execution after it has been paused.
Finalized executables can also be run, but they are not debuggable and cannot be interrupted. To run a finalized executable, use the Run finalized command, located in the Project menu and the Project toolbar.
See Also
Compiling an executable
Using breakpoints
Interrupting an application
Copyright 1993-2006 Eiffel Software. All rights reserved. |