DebugProtocol.StartDebuggingResponse
module M : sig ... end
include sig ... end
type t = private Response.M.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
type body = M.body
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t
val body : t -> body