MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / setExceptionBreakpointsRequest

Method setExceptionBreakpointsRequest

src/test/debug_client_ms.ts:215–217  ·  view source on GitHub ↗
(args: DebugProtocol.SetExceptionBreakpointsArguments)

Source from the content-addressed store, hash-verified

213 }
214
215 public setExceptionBreakpointsRequest(args: DebugProtocol.SetExceptionBreakpointsArguments): Promise<DebugProtocol.SetExceptionBreakpointsResponse> {
216 return this.send('setExceptionBreakpoints', args);
217 }
218
219 public dataBreakpointInfoRequest(args: DebugProtocol.DataBreakpointInfoArguments): Promise<DebugProtocol.DataBreakpointInfoResponse> {
220 // After upgrading to TS 5.5, the return type doesn't appear to be picked up correctly from the overload so we need this

Callers 4

configurationDoneMethod · 0.95
launchMethod · 0.80
dart_cli.test.tsFile · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected