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

Method terminateRequest

src/test/debug_client_ms.ts:197–199  ·  view source on GitHub ↗
(args?: DebugProtocol.TerminateArguments)

Source from the content-addressed store, hash-verified

195 }
196
197 public terminateRequest(args?: DebugProtocol.TerminateArguments): Promise<DebugProtocol.TerminateResponse> {
198 return this.send('terminate', args);
199 }
200
201 public disconnectRequest(args?: DebugProtocol.DisconnectArguments): Promise<DebugProtocol.DisconnectResponse> {
202 return this.send('disconnect', args);

Calls 1

sendMethod · 0.45

Tested by 2

testBreakpointConditionFunction · 0.64
testBreakpointConditionFunction · 0.64