Module Debug_protocol.Set_data_breakpoints_command

Replaces all existing data breakpoints with new data breakpoints. To clear all data breakpoints, specify an empty array. When a data breakpoint is hit, a 'stopped' event (with reason 'data breakpoint') is generated. Clients should only call this request if the capability 'supportsDataBreakpoints' is true.

val type_ : string
module Arguments : sig ... end
module Result : sig ... end