package dap

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

Module Exited_event.PayloadSource

Sourcetype t = {
  1. exit_code : int;
    (*

    The exit code returned from the debuggee.

    *)
}
Sourceval make : exit_code:int -> t
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.