From 146d0fff4702ff337e6a7331f3b99ec154817ab4 Mon Sep 17 00:00:00 2001 From: jfiat Date: Fri, 26 Sep 2008 06:10:23 +0000 Subject: [PATCH] Author:admin Date:2008-09-26T06:10:23.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@47 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- documentation/current/_templates/definition.tpl | 1 + documentation/current/_templates/definition.tpl.data | 3 +++ .../execution-commands/run-and-stop-breakpoints.wiki | 11 ++++++++--- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 documentation/current/_templates/definition.tpl create mode 100644 documentation/current/_templates/definition.tpl.data diff --git a/documentation/current/_templates/definition.tpl b/documentation/current/_templates/definition.tpl new file mode 100644 index 00000000..7a5711de --- /dev/null +++ b/documentation/current/_templates/definition.tpl @@ -0,0 +1 @@ +

[[Image:LogoInformation|24px]] '''Definition -- {{{1}}}''': {{{2}}}

diff --git a/documentation/current/_templates/definition.tpl.data b/documentation/current/_templates/definition.tpl.data new file mode 100644 index 00000000..39930151 --- /dev/null +++ b/documentation/current/_templates/definition.tpl.data @@ -0,0 +1,3 @@ +title=definition +author=admin +path=content/definition diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/run-and-stop-breakpoints.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/run-and-stop-breakpoints.wiki index 9299ddc2..e608f03f 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/run-and-stop-breakpoints.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/run-and-stop-breakpoints.wiki @@ -5,9 +5,14 @@ This command launches an application compiled in Work Bench mode. The applicatio It is accessible through the '''project''' toolbar ( [[Image:debug-run-icon]] ) or through the '''debug''' menu. -{{seealso|
-[[Eiffel Debugger Execution: Introduction|Execution commands]]
-[[Generating executables|Compiling in Workbench mode]] }} +{{seealso| [[Eiffel Debugger Execution: Introduction|Execution commands]], [[Generating executables|Compiling in Workbench mode]] }} + + +This command launches an application compiled in Work Bench mode. The application will stop as soon as a [[Breakpoints: Introduction|breakpoint]] is encountered, or when an exception occurs. + +It is accessible through the '''project''' toolbar ( [[Image:debug-run-icon]] ) or through the '''debug''' menu. + +{{seealso| [[Eiffel Debugger Execution: Introduction|Execution commands]], [[Generating executables|Compiling in Workbench mode]] }}