mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 23:32:42 +01:00
Author:jfiat
Date:2011-10-06T12:35:46.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@985 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -19,7 +19,8 @@ The command line debugger is not as rich as the EiffelStudio debugger, however i
|
||||
(H) Help
|
||||
(Q) Quit
|
||||
->
|
||||
* Enter your choice using the letter inside parenthesis
|
||||
|
||||
* Enter your choice using the letter inside parentheses
|
||||
** (A) to set the arguments for the execution
|
||||
** (E) to set the environment variables
|
||||
** (D) for the working directory
|
||||
@@ -28,7 +29,7 @@ The command line debugger is not as rich as the EiffelStudio debugger, however i
|
||||
|
||||
= To set breakpoints =
|
||||
If you want to set breakpoints, you first need to step into (S) to start execution
|
||||
** The execution starts and paused at the entry of the system
|
||||
** The execution starts, then pauses at the entry of the system
|
||||
** Press ENTER to get the new "Debugger execution menu"
|
||||
--< Debugger execution menu >--
|
||||
(N) Step next
|
||||
@@ -55,8 +56,8 @@ If you want to set breakpoints, you first need to step into (S) to start execut
|
||||
->
|
||||
|
||||
= Limitations =
|
||||
* You can not interrupt the execution
|
||||
* The command line debugger is not as rich as the EiffelStudio graphical debugger, and then you might miss specific functionalities (such as conditional breakpoints, ...)
|
||||
* It is experimental, and would need more enhancement to answer advanced need, however it provides a simple (and limited) debugging facilities.
|
||||
* It is not possible to interrupt the execution.
|
||||
* The command line debugger is not as rich as the EiffelStudio graphical debugger. As a result you may miss specific functionalities (such as conditional breakpoints, ...) available in the EiffelStudio debugger.
|
||||
* The command line debugger is experimental. It would need more enhancement to satisfy advanced debugging needs, however it provides simple (and limited) debugging facilities directly from the command line.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user