module type S = Shexp_process__.Debugger_intf.S
module Logger : sig ... end
Log events synchronously using the given printer.
module Tracer : sig ... end
Produce 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.