View source
typedef BreakpointLocation
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Properties of a breakpoint location returned from the 'breakpointLocations' request.
Fields
optionalendColumn:Null<Int>
Optional end column of breakpoint location if the location covers a range.