Payload.Start_method
type t
=
|
Launch
Attach
Attach_for_suspended_launch
Describes how the debug engine started debugging this process.
include JSONABLE with type t := t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val to_yojson : t -> Yojson.Safe.t