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

Method resume

src/test/dart_debug_client.ts:249–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247 }
248
249 public async resume(): Promise<DebugProtocol.ContinueResponse> {
250 const thread = await this.getMainThread();
251 return this.continueRequest({ threadId: thread.id });
252 }
253
254 public async stepIn(): Promise<DebugProtocol.StepInResponse> {
255 const thread = await this.getMainThread();

Callers 3

launchMethod · 0.95
dart_cli.test.tsFile · 0.45

Calls 2

getMainThreadMethod · 0.95
continueRequestMethod · 0.80

Tested by

no test coverage detected