Author:jfiat

Date:2011-05-20T11:31:40.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@905 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-05-20 16:08:09 +00:00
parent 2b6ab7d6e5
commit 55e8ca0dd2
3 changed files with 43 additions and 1 deletions

View File

@@ -17,7 +17,9 @@ There are several ways to launch the application you are working on from EiffelS
Once the application is launched in debug mode, you can [[Pause an application|pause]] [[Image:debug-pause-icon]] it at any time to see its current state or you can [[Stop a debugged application|stop its execution]] [[Image:debug-stop-icon]] completely.
All these commands are accessible either through the '''debug''' menu, or through the '''project''' toolbar.
* In addition, you can also [[detach application|detach an application]] being debugged, and there is an experimental solution to [[attach application|attach]] the debugger to the Eiffel application launched outside EiffelStudio.
All these commands are accessible either through the '''Execution''' menu, or through the '''project''' toolbar.
{{seealso| The Eiffel [[Compiler|Compiler]] }}