struct SetInstructionBreakpointsRequest
Defined at line 2143 of file ../../third_party/github.com/google/cppdap/src/include/dap/protocol.h
Replaces all existing instruction breakpoints. Typically, instruction
breakpoints would be set from a disassembly window. To clear all instruction
breakpoints, specify an empty array. When an instruction breakpoint is hit, a
`stopped` event (with reason `instruction breakpoint`) is generated. Clients
should only call this request if the corresponding capability
`supportsInstructionBreakpoints` is true.
Public Members
vector breakpoints