Files
eiffel-org/documentation/21.11/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/run-finalized-executable.wiki
eifops 2839895650 Added doc for 21.11
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2328 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2021-11-24 16:23:28 +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]] }}