package rdbg

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rdbg.v1.199.0.tgz
md5=da1c08e352dae8155c089823bf490f42
sha512=6076eaa3608a313f8ac71a4f5aa4fcc64aeb0c646d581e5035110d4c80f94de34f2ba26f90a9a1e92a7f788c9e799f1f7b0e3728c853a21983ad732f0ee60352

doc/rdbg/LutinRdbg/index.html

Module LutinRdbgSource

Some def that are specific to Lutin programs.

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

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

Sourceval profiler : bool -> unit

set on/off the profiler

Sourceval reset_profiler : unit -> unit

Reset profiling info

Sourceval dump_profile_info : unit -> string

Dump profiling info

control the behavior of print_event