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/RdbgRun/index.html

Module RdbgRunSource

Sourceexception OracleError of string
Sourceval start : unit -> RdbgEvent.t
Sourceval lurette_start : unit -> unit
Sourceval clean_terminate : int -> unit
Sourceval rdbg_mv : ((string * Data.t) list * (string * Data.t) list) ref

In order to use an rdbg ml program to provide missing variables values:

  • rdbg_mv holds the missing input and output var names and types
  • rdbg_mv_hook holds a function that is used (instead Luciole or the keyboard) to provide missing values if:
  • Some variables are missing (to the SUT or its env), and
  • !rdbg_mv_hook <> None
Sourceval rdbg_mv_hook : (Data.subst list -> Data.subst list option) option ref