MCPcopy Create free account
hub / github.com/Snapchat/Valdi / stackTrace

Method stackTrace

valdi/vscode_debugger/src/adapter/threads.ts:263–267  ·  view source on GitHub ↗
(params: Dap.StackTraceParams)

Source from the content-addressed store, hash-verified

261 }
262
263 async stackTrace(params: Dap.StackTraceParams): Promise<Dap.StackTraceResult | Dap.Error> {
264 if (!this._pausedDetails)
265 return errors.createSilentError(localize('error.threadNotPaused', 'Thread is not paused'));
266 return this._pausedDetails.stackTrace.toDap(params);
267 }
268
269 async scopes(params: Dap.ScopesParams): Promise<Dap.ScopesResult | Dap.Error> {
270 const stackFrame = this._pausedDetails

Callers

nothing calls this directly

Calls 1

toDapMethod · 0.45

Tested by

no test coverage detected