()
| 58 | } |
| 59 | |
| 60 | public async setLibrariesDuggableForAllIsolates() { |
| 61 | await Promise.all(this.threads.map((thread) => this.setLibrariesDebuggable(thread.ref))); |
| 62 | } |
| 63 | |
| 64 | public receivedConfigurationDone() { |
| 65 | this.hasConfigurationDone = true; |
no test coverage detected