MCPcopy
hub / github.com/microsoft/vscode-js-debug / startThread

Method startThread

src/binder.ts:429–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

427 }
428
429 const startThread = async () => {
430 await debugAdapter.launchBlocker();
431 target.runIfWaitingForDebugger();
432 node.threadData.resolve({ thread, debugAdapter });
433 return {};
434 };
435
436 // default disconnect/terminate/restart handlers that can be overridden
437 // by the delegate in initAdapter()

Callers

nothing calls this directly

Calls 3

resolveMethod · 0.80
launchBlockerMethod · 0.45

Tested by

no test coverage detected