package rdbg
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
RDBG: a reactive programs debugger
Install
dune-project
Dependency
Authors
Maintainers
Sources
rdbg.1.184.1.tgz
sha256=80c13ca3619b52c7e879ef90cd290d42775eb1032d526a9e1a770150d10a150d
md5=facf4de4f8b9f1a890e235d58163c66c
doc/rdbg-plugin.rdbg4lurette/RdbgArg/index.html
Module RdbgArg
type reactive_program = | Stdio of string| StdioInit of string| Sock of string * int| SockInit of string * int| Ocaml of RdbgPlugin.t
val program_kind_of_string : string -> program_kindval program_kind_to_string : program_kind -> stringval reactive_program_to_string : reactive_program -> stringtype t = {mutable _args : (string * Arg.spec * string) list;mutable _user_man : (string * string list) list;mutable suts : reactive_program list;mutable envs : reactive_program list;mutable oracles : reactive_program list;mutable step_nb : int;mutable luciole_mode : bool;mutable delay_env_outputs : bool;mutable display_sim2chro : bool;mutable display_gnuplot : bool;mutable precision : int;mutable verbose : verbose_level;mutable display_local_var : bool;mutable show_step : bool;mutable output : string;mutable overwrite_output : bool;mutable prompt : string option;mutable go : bool;mutable log : bool;mutable tmp_dir : string;mutable tmp_dir_provided : string option;mutable socket_inet_addr : string option;mutable socket_port : int option;mutable socket_err_port : int option;mutable debug_rdbg : bool;mutable rdbg : bool;mutable cov_file : string;mutable reset_cov_file : bool;mutable stop_on_oracle_error : bool;mutable icr : Pervasives.in_channel;mutable ocr : Pervasives.out_channel;mutable ecr : Pervasives.out_channel;mutable _others : string list;mutable _margin : int;
}val make_args : unit -> tval args : tval pspec : out_channel -> (string * string list) -> unitval options : out_channel -> unitval more_options : out_channel -> unitval parse_stdio_string : string -> reactive_programval parse_sock_string : string -> reactive_programval mkoptab : t -> unitval add_other : t -> string -> unitval current : int ref sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>