Module DebugProtocol.StartDebuggingArguments

include sig ... end
type t = private Ojs.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
type request =
  1. | Launch
  2. | Attach
val request_of_js : Ojs.t -> request
val request_to_js : request -> Ojs.t
include sig ... end
val configuration : t -> Interop.Js.Any.t Interop.Dict.t
val request : t -> request