Files
eiffel-org/documentation/25.12/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/run-finalized-executable.wiki
eifops 8a86d5fa0b Eiffel_25.12 release
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2496 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2026-01-20 10:36:19 +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]] }}