View source
typedef BreakpointLocationsResponse
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Response to 'breakpointLocations' request. Contains possible locations for source breakpoints.
Alias
alias for
vscode.debugProtocol.Response<{breakpoints:Array<vscode.debugProtocol.BreakpointLocation>}>