Module DebugProtocol.Message

include sig ... end
type t = private Ojs.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
include sig ... end
val id : t -> int
val format : t -> string
val variables : t -> string Interop.Dict.t Interop.or_undefined
val sendTelemetry : t -> bool Interop.or_undefined
val showUser : t -> bool Interop.or_undefined
val url : t -> string Interop.or_undefined
val urlLabel : t -> string Interop.or_undefined