()
| 3090 | } |
| 3091 | |
| 3092 | public isBusy() { |
| 3093 | return !this.stopped || this.continuing || (this.miDebugger.status === 'running') || this.sendDummyStackTrace; |
| 3094 | } |
| 3095 | |
| 3096 | public busyError(response: DebugProtocol.Response, args: any) { |
| 3097 | if (this.args.showDevDebugOutput) { |
no outgoing calls
no test coverage detected