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.v1.199.0.tgz
md5=da1c08e352dae8155c089823bf490f42
sha512=6076eaa3608a313f8ac71a4f5aa4fcc64aeb0c646d581e5035110d4c80f94de34f2ba26f90a9a1e92a7f788c9e799f1f7b0e3728c853a21983ad732f0ee60352
doc/rdbg/RdbgEvent/index.html
Module RdbgEventSource
Source
type src_info_atom = {str : string;file : string;line : int * int;char : int * int;stack : src_info_atom option;
}Source info related to the current control point. Its content depends on the plugin it comes from.
Source
type t = {nb : int;step : int;depth : int;data : Data.subst list;next : unit -> t;terminate : unit -> unit;reset : unit -> unit;save_state : int -> unit;restore_state : int -> unit;kind : kind;name : string;lang : string;inputs : var list;outputs : var list;locals : var list;sinfo : (unit -> src_info) option;
}raised by next when there is no next event. Holds the event number.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>