package dap

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Payload.ReasonSource

Sourcetype 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
Sourceval to_yojson : t -> Yojson.Safe.t