View source
typedef SetBreakpointsArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for "setBreakpoints" request.
Fields
optionalsourceModified:Null<Bool>
A value of true indicates that the underlying source has been modified which results in new breakpoint locations.