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

Method threadForDebuggerId

valdi/vscode_debugger/src/adapter/threads.ts:1460–1462  ·  view source on GitHub ↗
(debuggerId: Cdp.Runtime.UniqueDebuggerId)

Source from the content-addressed store, hash-verified

1458 }
1459
1460 static threadForDebuggerId(debuggerId: Cdp.Runtime.UniqueDebuggerId): Thread | undefined {
1461 return Thread._allThreadsByDebuggerId.get(debuggerId);
1462 }
1463}
1464
1465let scheduledPauseOnAsyncCall: Cdp.Runtime.StackTraceId | undefined;

Callers 1

loadFramesMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected