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
This commit is contained in:
pgummer
2011-05-21 01:16:38 +00:00
parent f0521442ba
commit 3a3a07b8c9

View File

@@ -20,7 +20,7 @@ You can do that either:
* by calling <eiffel>{RT_DEBUGGER}.rt_workbench_wait_for_debugger (a_port_number: INTEGER)</eiffel> from the program itself
Then from EiffelStudio, follow the menu path <code>Execution->Attach Debuggee</code> 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.