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

Method removeBreakpoint

src/debug/dart_debug_protocol.ts:412–414  ·  view source on GitHub ↗
(isolateId: string, breakpointId: string)

Source from the content-addressed store, hash-verified

410 }
411
412 public removeBreakpoint(isolateId: string, breakpointId: string) {
413 return this.callMethod("removeBreakpoint", { isolateId, breakpointId });
414 }
415
416 public pause(isolateId: string): Promise<DebuggerResult> {
417 return this.callMethod("pause", { isolateId });

Callers 1

Calls 1

callMethodMethod · 0.95

Tested by

no test coverage detected