MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / threadForDebuggerId

Method threadForDebuggerId

src/adapter/threads.ts:2067–2069  ·  view source on GitHub ↗
(debuggerId: Cdp.Runtime.UniqueDebuggerId)

Source from the content-addressed store, hash-verified

2065 }
2066
2067 static threadForDebuggerId(debuggerId: Cdp.Runtime.UniqueDebuggerId): Thread | undefined {
2068 return Thread._allThreadsByDebuggerId.get(debuggerId);
2069 }
2070
2071 /**
2072 * Replaces locations in the stack trace with their source locations.

Callers 2

isCrossThreadStepMethod · 0.80
expandAsyncStackMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected