View source
typedef BreakpointLocationsRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
BreakpointLocations request; value of command field is 'breakpointLocations'. The 'breakpointLocations' request returns all possible locations for source breakpoints in a given range. Clients should only call this request if the capability 'supportsBreakpointLocationsRequest' is true.