Module Shexp_process__.Debuggers
module type S = Shexp_process__.Debugger_intf.Smodule Logger : sig ... endLog events synchronously using the given printer.
module Tracer : sig ... endProduce a full execution trace. The order of the trace is independent of the order in which commands are executed in different threads, so it is suitable for expect tests.