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
This commit is contained in:
jfiat
2008-09-26 06:27:47 +00:00
parent 779a4ba9e8
commit 7ccc85dd3b
10 changed files with 15 additions and 31 deletions

View File

@@ -53,10 +53,7 @@ Note that any existing breakpoint can be referenced by an implicit tag with ''"'
<center> [[Image:breakpoint-dialog-when-hits]] </center>
{{seealso|<br/>
[[Breakpoint commands|Breakpoint commands]] <br/>
[[Breakpoint information command|Breakpoint information command]] <br/>
}}
{{seealso| [[Breakpoint commands|Breakpoint commands]], [[Breakpoint information command|Breakpoint information command]] }}

View File

@@ -3,8 +3,8 @@
[[Property:uuid|6ed5890a-9b23-210a-5640-cee348d6e27e]]
* [[Breakpoints: Introduction|Introduction]]
* [[Breakpoint editing|Breakpoint menu]]
* [[Image:16x16--breakpoints-enable-icon]] [[Image:16x16--breakpoints-disable-icon]] [[Image:breakpoints-delete-icon]] [[Breakpoint commands|Breakpoint commands]]
* [[Image:tool-breakpoints-icon]] [[Breakpoint information command|Breakpoint information command]]
* [[Breakpoint commands|Breakpoint commands]] [[Image:16x16--breakpoints-enable-icon]] [[Image:16x16--breakpoints-disable-icon]] [[Image:breakpoints-delete-icon]]
* [[Breakpoint information command|Breakpoint information command]] [[Image:tool-breakpoints-icon]]
* [[Breakpoint menu|Conditional breakpoints]]

View File

@@ -7,9 +7,7 @@ If an application was stopped, it attempts to execute the instruction located on
It is accessible through the '''project''' toolbar ( [[Image:debug-step-over-icon]] ) or through the '''debug''' menu.
{{seealso|<br/>
[[Eiffel Debugger Execution: Introduction|Execution commands]] <br/>
[[Generating executables|Compiling in Workbench mode]] }}
{{seealso| [[Eiffel Debugger Execution: Introduction|Execution commands]], [[Generating executables|Compiling in Workbench mode]] }}

View File

@@ -7,9 +7,6 @@ This gives access to dynamic information concerning the application, such as the
It is accessible through the '''project''' toolbar ( [[Image:debug-pause-icon]] ) or through the '''debug''' menu.
{{seealso|<br/>
[[Eiffel Debugger Execution: Introduction|Execution commands]] }}
{{seealso| [[Eiffel Debugger Execution: Introduction|Execution commands]] }}

View File

@@ -1,15 +1,13 @@
[[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 EIFGENs/target_name/F_code directory from a console prompt.
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|<br/>
[[Eiffel Debugger Execution: Introduction|Execution commands]] <br/>
[[Generating executables|Compiling in finalized mode]] }}
{{seealso| [[Eiffel Debugger Execution: Introduction|Execution commands]], [[Generating executables|Compiling in finalized mode]] }}

View File

@@ -5,9 +5,8 @@ This command launches an application compiled in Workbench mode. The application
It is accessible through the '''project''' toolbar ( [[Image:debug-run-without-breakpoint-icon]] ) or through the '''debug''' menu.
{{seealso|<br/>
[[Eiffel Debugger Execution: Introduction|Execution commands]] <br/>
[[Generating executables|Compiling in Workbench mode]] }}
{{seealso| [[Eiffel Debugger Execution: Introduction|Execution commands]], [[Generating executables|Compiling in Workbench mode]] }}

View File

@@ -7,9 +7,7 @@ If an application was stopped, it attempts to enter the feature located on the e
It is accessible through the '''project''' toolbar ( [[Image:debug-step-into-icon]] ) or through the '''debug''' menu.
{{seealso|<br/>
[[Eiffel Debugger Execution: Introduction|Execution commands]] <br/>
[[Generating executables|Compiling in Workbench mode]] }}
{{seealso| [[Eiffel Debugger Execution: Introduction|Execution commands]], [[Generating executables|Compiling in Workbench mode]] }}

View File

@@ -7,10 +7,7 @@ If an application was stopped, it attempts to exit the feature where the applica
It is accessible through the '''project''' toolbar ( [[Image:debug-step-out-icon]] ) or through the '''debug''' menu.
{{seealso|<br/>
[[Eiffel Debugger Execution: Introduction|Execution commands]] <br/>
[[Generating executables|Compiling in Workbench mode]] }}
{{seealso| [[Eiffel Debugger Execution: Introduction|Execution commands]], [[Generating executables|Compiling in Workbench mode]] }}

View File

@@ -5,8 +5,8 @@ This command kills the debugged application, if any. This stops the debugging se
It is accessible through the '''project''' toolbar ( [[Image:debug-stop-icon]] ) or through the '''debug''' menu.
{{seealso|<br/>
[[Eiffel Debugger Execution: Introduction|Execution commands]] }}
{{seealso| [[Eiffel Debugger Execution: Introduction|Execution commands]] }}