* Returns the root session DAP connection.
()
| 431 | * Returns the root session DAP connection. |
| 432 | */ |
| 433 | rootDap() { |
| 434 | return this._root.dap; |
| 435 | } |
| 436 | |
| 437 | async waitForTopLevel() { |
| 438 | const result = await new Promise(f => (this._launchCallback = f)); |
no outgoing calls
no test coverage detected