DebugProtocol.StackFrame
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 source : t -> Source.t Interop.or_undefined
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 moduleId : t -> int_or_string Interop.or_undefined
val presentationHint : t -> presentation_hint