View source
typedef SetDataBreakpointsArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'setDataBreakpoints' request.
Fields
breakpoints:Array<DataBreakpoint>
The contents of this array replaces all existing data breakpoints. An empty array clears all data breakpoints.