()
| 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() |
nothing calls this directly
no test coverage detected