Module DebugProtocol.StackFrame

include sig ... end
type t = private Ojs.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
type int_or_string = [
  1. | `Int of int
  2. | `String of string
]
val int_or_string_of_js : Ojs.t -> [> `Int of int | `String of string ]
type presentation_hint =
  1. | Normal
  2. | Label
  3. | Subtle
val presentation_hint_of_js : Ojs.t -> presentation_hint
val presentation_hint_to_js : presentation_hint -> Ojs.t
include sig ... end
val id : t -> int
val name : t -> string
val line : t -> int
val column : t -> int
val endLine : t -> int Interop.or_undefined
val endColumn : t -> int Interop.or_undefined
val canRestart : t -> bool Interop.or_undefined
val instructionPointerReference : t -> string Interop.or_undefined
val presentationHint : t -> presentation_hint