package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Step
  2. | Breakpoint
  3. | Exception
  4. | Pause
  5. | Entry
  6. | Goto
  7. | Function_breakpoint
  8. | Data_breakpoint
  9. | Instruction_breakpoint
  10. | Custom of string

The reason for the event. For backward compatibility this string is shown in the UI if the 'description' attribute is missing (but it must not be translated).

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