Module DebugProtocol.EvaluateArguments

include sig ... end
type t = private Ojs.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
type context =
  1. | Watch
  2. | Repl
  3. | Hover
  4. | Clipboard
  5. | Variables
  6. | Other of string
val context_of_js : Ojs.t -> context
val context_to_js : context -> Ojs.t
include sig ... end
val expression : t -> string
val frameId : t -> int Interop.or_undefined
val context : t -> context Interop.or_undefined