package dap

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

Module Breakpoint_locations_command.ResultSource

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

    Sorted set of possible breakpoint locations.

    *)
}
Sourceval make : ?breakpoints:Breakpoint_location.t list -> unit -> t
Sourceval to_yojson : t -> Yojson.Safe.t