()
| 1696 | } |
| 1697 | |
| 1698 | private notifyStoppedConditional() { |
| 1699 | if (!this.disableSendStoppedEvents) { |
| 1700 | this.notifyStopped(); |
| 1701 | } |
| 1702 | } |
| 1703 | |
| 1704 | protected handleWatchpoint(type: string, info: MINode) { |
| 1705 | this.continuing = false; |
no test coverage detected