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

Method stepIn

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

Source from the content-addressed store, hash-verified

252 }
253
254 public async stepIn(): Promise<DebugProtocol.StepInResponse> {
255 const thread = await this.getMainThread();
256 return this.stepInRequest({ threadId: thread.id });
257 }
258
259 public async getStack(startFrame?: number, levels?: number): Promise<DebugProtocol.StackTraceResponse> {
260 const thread = await this.getMainThread();

Calls 2

getMainThreadMethod · 0.95
stepInRequestMethod · 0.80

Tested by

no test coverage detected