other versions
- wheezy 3.12.1-4
- jessie 4.01.0-5
- testing 4.02.3-9
- unstable 4.02.3-9
- experimental 4.04.0-2
OCAMLDEBUG(1) | General Commands Manual | OCAMLDEBUG(1) |
NAME¶
ocamldebug - the Objective Caml source-level replay debugger.SYNOPSIS¶
ocamldebug [ options ] program [ arguments ]DESCRIPTION¶
ocamldebug is the Objective Caml source-level replay debugger.OPTIONS¶
A summary of options are included below. For a complete description, see the html documentation in the ocaml-doc package.- -c count
- Set the maximum number of simultaneously live checkpoints to count.
- -cd dir
- Run the debugger program from the working directory dir, instead of the current working directory. (See also the cd command.)
- -emacs
- Tell the debugger it is executed under Emacs. (See The Objective Caml user's manual for information on how to run the debugger under Emacs.)
- -I directory
- Add directory to the list of directories searched for source files and compiled files. (See also the directory command.)
- -s socket
- Use socket for communicating with the debugged program. See the description of the command set socket in The Objective Caml user's manual for the format of socket.
- -version
- Print version string and exit.
- -vnum
- Print short version number and exit.
- -help or --help
- Display a short usage summary and exit.