MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / continueDebug

Method continueDebug

src/plugins/debugger/dap/dapdebugger.cpp:342–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342void DAPDebugger::continueDebug()
343{
344 if (d->runState == kStopped) {
345 d->currentSession->continueDbg(d->threadId);
346 editor.removeDebugLine();
347 }
348}
349
350void DAPDebugger::reverseContinue()
351{

Callers

nothing calls this directly

Calls 2

continueDbgMethod · 0.45
removeDebugLineMethod · 0.45

Tested by

no test coverage detected