Merge commit 'ocaml3102'
[ocaml.git] / man / ocamldebug.m
blob4e157ebfab5298c9beae40b708d08a36128db0b2
1 .TH OCAMLDEBUG 1
3 .SH NAME
4 ocamldebug \- the Objective Caml source-level replay debugger.
5 .SH SYNOPSIS
6 .B ocamldebug
7 .I "[options] program [arguments]"
8 .SH DESCRIPTION
9 .B ocamldebug
10 is the Objective Caml source-level replay debugger.
11 .SH OPTIONS
12 A summary of options are included below.
13 For a complete description, see the html documentation in the ocaml-doc
14 package.
15 .TP
16 .B \-I directory
17 Add directory to the list of directories searched for source files and
18 compiled files.
19 .TP
20 .B \-s socket
21 Use socket for communicating with the debugged program.
22 .TP 
23 .B \-c count
24 Set the maximum number of simultaneously live checkpoints to count.
25 .TP 
26 .B \-cd directory
27 Run the debugger program from the given directory,
28 instead of the current working directory. 
29 .TP
30 .B \-emacs
31 Tell the debugger it is executed under Emacs.
32 .SH SEE ALSO
33 ocamldebug is documented fully in the Ocaml HTML documentation.
34 .SH AUTHOR
35 This manual page was written by Sven LUTHER <luther@debian.org>,
36 for the Debian GNU/Linux system (but may be used by others).