| 340 | } |
| 341 | |
| 342 | void DAPDebugger::continueDebug() |
| 343 | { |
| 344 | if (d->runState == kStopped) { |
| 345 | d->currentSession->continueDbg(d->threadId); |
| 346 | editor.removeDebugLine(); |
| 347 | } |
| 348 | } |
| 349 | |
| 350 | void DAPDebugger::reverseContinue() |
| 351 | { |
nothing calls this directly
no test coverage detected