diff6-10.chapter16.txt

このページは最後に更新されてから1年以上経過しています。情報が古い可能性がありますので、ご注意ください。

last mod. 2008-08-28 (木) 09:54:57

diff6-10

7,8c7
<                 The debugger is available on Unix systems that provides BSD
<                sockets. 
---
>     The debugger is available on Unix systems that provide BSD sockets. 
11,15c10,11
<                 The debugger is available under the Cygwin port of Objective
<                Caml, but not under the native Win32 port. 
<   
<      MacOS: 
<                 The debugger is not available. 
---
>     The debugger is available under the Cygwin port of Objective Caml, but not
>    under the native Win32 ports. 
64a61,62
>  -version  Print version and exit. 
>   
83,84c81
< <<
<           run
---
> <<        run
141,143c138,140
<   Events are ``interesting'' locations in the source code, corresponding to the
< beginning or end of evaluation of ``interesting'' sub-expressions. Events are
< the unit of single-stepping (stepping goes to the next or previous event
---
>   Events are "interesting" locations in the source code, corresponding to the
> beginning or end of evaluation of "interesting" sub-expressions. Events are the
> unit of single-stepping (stepping goes to the next or previous event
319c316
<   At any time, one of the stack frames is ``selected'' by the debugger; several
---
>   At any time, one of the stack frames is "selected" by the debugger; several
339c336
<  up [count]  Select and display the stack frame just ``above'' the selected
---
>  up [count]  Select and display the stack frame just "above" the selected
343c340
<  down [count]  Select and display the stack frame just ``below'' the selected
---
>  down [count]  Select and display the stack frame just "below" the selected
358c355
<                expr ::=   lowercase-ident                        
---
>            simple-expr ::=  lowercase-ident                          
362,366c359,363
<                       |  expr . lowercase-ident                  
<                       |  expr .( integer )                       
<                       |  expr .[ integer ]                       
<                       |  ! expr                                  
<                       |  ( expr )                                
---
>                         |   simple-expr .  lowercase-ident           
>                         |   simple-expr .(  integer )                
>                         |   simple-expr .[  integer ]                
>                         |   ! simple-expr                            
>                         |   ( simple-expr )                          
370c367
< only if the selected event is an ``after'' event (typically, a function
---
> only if the selected event is an "after" event (typically, a function
428,429c425,426
<    camlrun on the program. Rarely useful; moreover it prevents the debugging of
<    programs compiled in ``custom runtime'' mode. 
---
>    ocamlrun on the program. Rarely useful; moreover it prevents the debugging
>    of programs compiled in "custom runtime" mode. 
497,499c494,495
<   On the debugged program side, the socket name is passed either by the -D
< command line option to camlrun, or through the CAML_DEBUG_SOCKET environment
< variable.
---
>   On the debugged program side, the socket name is passed through the
> CAML_DEBUG_SOCKET environment variable.

新規 編集 添付