()
| 373 | } |
| 374 | |
| 375 | _stackFrameNotFoundError(): Dap.Error { |
| 376 | return errors.createSilentError(l10n.t('Stack frame not found')); |
| 377 | } |
| 378 | |
| 379 | _evaluateOnAsyncFrameError(): Dap.Error { |
| 380 | return errors.createSilentError(l10n.t('Unable to evaluate on async stack frame')); |
no outgoing calls
no test coverage detected