16. デバッガ(ocamldebug

16.1. Compiling for debugging
16.2. Invocation
16.3. Commands
16.4. Executing a program
16.5. Breakpoints
16.6. The call stack
16.7. Examining variable values
16.8. Controlling the debugger
16.9. Miscellaneous commands
16.10. Running the debugger under Emacs

This chapter describes the Objective Caml source-level replay debugger ocamldebug.

[注記]Unix:

The debugger is available on Unix systems that provide BSD sockets.

[注記]Windows:

The debugger is available under the Cygwin port of Objective Caml, but not under the native Win32 ports.