package dap

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

Module Set_instruction_breakpoints_command.ArgumentsSource

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

    The instruction references of the breakpoints

    *)
}

Arguments for 'setInstructionBreakpoints' request

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