Vscode.DebugSessionmodule AnyThenable : sig ... endmodule DebugProtocolBreakpointThenable : sig ... endval id : t -> stringval type_ : t -> stringval parentSession : t -> t Interop.or_undefinedval name : t -> stringval workspaceFolder : t -> WorkspaceFolder.t Interop.or_undefinedval configuration : t -> DebugConfiguration.tval customRequest :
t ->
command:string ->
?args:Interop.Js.Any.t ->
unit ->
AnyThenable.tval getDebugProtocolBreakpoint :
t ->
breakpoint:Breakpoint.t ->
DebugProtocolBreakpointThenable.tval create :
name:string ->
customRequest:
(command:string -> ?args:Interop.Js.Any.t -> unit -> AnyThenable.t) ->
getDebugProtocolBreakpoint:
(breakpoint:Breakpoint.t -> DebugProtocolBreakpointThenable.t) ->
t