package rdbg

  1. Overview
  2. Docs
RDBG: a reactive programs debugger.

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rdbg.1.175.tgz
sha256=09c202b85ca70e00ccf85afb31a165fcb212fc804becc33f1942de6839bfe608
md5=0df4a0287c76d0bc69bda9de4b0f1610

doc/rdbg-plugin.rdbg/LutinRdbg/index.html

Module LutinRdbg

type lut_evt =
  1. | Ltop
  2. | Call
  3. | Exit
  4. | Quit
  5. | Try
  6. | Sat
  7. | Nsat
val to_lut_evt : Event.kind -> lut_evt
val from_lut_evt : lut_evt -> Event.kind
val explain_failure : Event.t -> unit

Try to hint why the current constraint failed (at fail events only)

val profiler : bool -> unit

set on/off the profiler

val reset_profiler : unit -> unit

Reset profiling info

val dump_profile_info : unit -> string

Dump profiling info

control the behavior of print_event

OCaml

Innovation. Community. Security.