View source
typedef DataBreakpointInfoResponse
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Response to 'dataBreakpointInfo' request.
Alias
alias for
vscode.debugProtocol.Response<{description:String, dataId:Null<String>, canPersist:Null<Bool>, accessTypes:Null<Array<vscode.debugProtocol.DataBreakpointAccessType>>}>