mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 15:52:26 +01:00
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1433 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
15 lines
709 B
Plaintext
15 lines
709 B
Plaintext
[[Property:title|Run a finalized executable]]
|
|
[[Property:weight|-11]]
|
|
[[Property:uuid|a69ab49a-2bd1-a405-837c-b3e629fa5394]]
|
|
As opposed to other execution commands, this command launches an application compiled in finalized mode. This has the same effect as running the application in the <code>EIFGENs/target_name/F_code</code> directory from a console prompt.
|
|
|
|
No debugging is possible with this command, but it lets you test the real speed of your program without any overhead.
|
|
|
|
It is accessible through the '''project''' toolbar ( [[Image:debug-run-finalized-icon]] ) or through the '''project''' menu.
|
|
|
|
{{seealso| [[Execution commands]], [[Generating executables|Compiling in finalized mode]] }}
|
|
|
|
|
|
|
|
|