From 3a3a07b8c91ad1a26bab815ab036da5811878456 Mon Sep 17 00:00:00 2001 From: pgummer Date: Sat, 21 May 2011 01:16:38 +0000 Subject: [PATCH] Fix typo. Author:Peter Gummer Date:2011-05-21T01:16:38.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@908 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../debugger/execution-commands/attach-application.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki index 3f36cf79..b47487c8 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/execution-commands/attach-application.wiki @@ -20,7 +20,7 @@ You can do that either: * by calling {RT_DEBUGGER}.rt_workbench_wait_for_debugger (a_port_number: INTEGER) from the program itself Then from EiffelStudio, follow the menu path Execution->Attach Debuggee and provide the same port number. -(note that you can add the associated command to the execution tool bar). +(Note that you can add the associated command to the execution tool bar.) At this point EiffelStudio is able to debug the application just as if the application had been launched by EiffelStudio.