Module type Debugger.S

type tl_ast
type t
module Inspect : sig ... end
val launch : string -> string option -> t Gillian.Utils.Gillian_result.t
val step : ?reverse:bool -> t -> Gillian.Debugger.Utils.stop_reason
val run : ?reverse:bool -> ?launch:bool -> t -> Gillian.Debugger.Utils.stop_reason
val terminate : t -> unit
val get_frames : t -> Gillian.Debugger.Utils.frame list
val get_scopes : t -> Gillian.Debugger.Utils.Variable.scope list
val get_variables : int -> t -> Gillian.Debugger.Utils.Variable.t list
val get_exception_info : t -> Gillian.Debugger.Utils.exception_info
val set_breakpoints : string option -> int list -> t -> unit