Method
setDataBreakpointsRequest
(args: DebugProtocol.SetDataBreakpointsArguments)
Source from the content-addressed store, hash-verified
| 223 | } |
| 224 | |
| 225 | public setDataBreakpointsRequest(args: DebugProtocol.SetDataBreakpointsArguments): Promise<DebugProtocol.SetDataBreakpointsResponse> { |
| 226 | return this.send('setDataBreakpoints', args); |
| 227 | } |
| 228 | |
| 229 | public continueRequest(args: DebugProtocol.ContinueArguments): Promise<DebugProtocol.ContinueResponse> { |
| 230 | return this.send('continue', args); |
Callers
nothing calls this directly
Tested by
no test coverage detected