View source
typedef SetBreakpointsRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
SetBreakpoints request; value of command field is 'setBreakpoints'. Sets multiple breakpoints for a single source and clears all previous breakpoints in that source. To clear all breakpoint for a source, specify an empty array. When a breakpoint is hit, a 'stopped' event (with reason 'breakpoint') is generated.