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

Function configurationDoneRequest

src/debug/dart_debug_impl.ts:596–603  ·  view source on GitHub ↗
(
		response: DebugProtocol.ConfigurationDoneResponse,
		args: DebugProtocol.ConfigurationDoneArguments,
	)

Source from the content-addressed store, hash-verified

594 }
595
596 protected configurationDoneRequest(
597 response: DebugProtocol.ConfigurationDoneResponse,
598 args: DebugProtocol.ConfigurationDoneArguments,
599 ): void {
600 this.sendResponse(response);
601
602 this.threadManager.receivedConfigurationDone();
603 }
604
605 protected pauseRequest(response: DebugProtocol.PauseResponse, args: DebugProtocol.PauseArguments): void {
606 const thread = this.threadManager.getThreadInfoFromNumber(args.threadId);

Callers

nothing calls this directly

Calls 2

sendResponseMethod · 0.80

Tested by

no test coverage detected