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

Method reverseContinue

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

Source from the content-addressed store, hash-verified

348}
349
350void DAPDebugger::reverseContinue()
351{
352 if (d->runState == kStopped) {
353 d->currentSession->reverseContinue(d->threadId);
354 editor.removeDebugLine();
355 }
356}
357
358void DAPDebugger::abortDebug()
359{

Callers

nothing calls this directly

Calls 1

removeDebugLineMethod · 0.45

Tested by

no test coverage detected