| 348 | } |
| 349 | |
| 350 | void DAPDebugger::reverseContinue() |
| 351 | { |
| 352 | if (d->runState == kStopped) { |
| 353 | d->currentSession->reverseContinue(d->threadId); |
| 354 | editor.removeDebugLine(); |
| 355 | } |
| 356 | } |
| 357 | |
| 358 | void DAPDebugger::abortDebug() |
| 359 | { |
nothing calls this directly
no test coverage detected