package dap

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

Module Set_function_breakpoints_command.ArgumentsSource

Sourcetype t = {
  1. breakpoints : Function_breakpoint.t list;
    (*

    The function names of the breakpoints.

    *)
}

Arguments for 'setFunctionBreakpoints' request.

Sourceval make : ?breakpoints:Function_breakpoint.t list -> unit -> t
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.