()
| 308 | } |
| 309 | |
| 310 | public checkResume() { |
| 311 | if (this.paused && this.gotPauseStart && this.initialBreakpoints && this.hasConfigurationDone) |
| 312 | void this.resume(); |
| 313 | } |
| 314 | |
| 315 | public handleResumed() { |
| 316 | this.manager.removeStoredData(this); |
no test coverage detected