package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Launch
  2. | Attach
  3. | Attach_for_suspended_launch

Describes how the debug engine started debugging this process.

include JSONABLE with type t := t
val to_yojson : t -> Yojson.Safe.t