Files
eiffel-org/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/run-finalized-executable.wiki
jfiat 7ccc85dd3b Author:jfiat
Date:2008-09-26T06:27:47.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@49 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2008-09-26 06:27:47 +00:00

15 lines
749 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| [[Eiffel Debugger Execution: Introduction|Execution commands]], [[Generating executables|Compiling in finalized mode]] }}