Files
eiffel-org/documentation/18.01/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/run-finalized-executable.wiki
eiffel-org b5d5c80911 Created 18.01 branch of the documentation.
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1942 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2018-02-08 15:00:31 +00:00

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]] }}