MCPcopy Create free account
hub / github.com/KDE/kdevelop / runToCursor

Method runToCursor

plugins/debuggercommon/midebugsession.cpp:671–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669}
670
671void MIDebugSession::runToCursor()
672{
673 if (IDocument* doc = ICore::self()->documentController()->activeDocument()) {
674 KTextEditor::Cursor cursor = doc->cursorPosition();
675 if (cursor.isValid())
676 runUntil(doc->url(), cursor.line() + 1);
677 }
678}
679
680void MIDebugSession::jumpToCursor()
681{

Callers

nothing calls this directly

Calls 6

activeDocumentMethod · 0.80
documentControllerMethod · 0.80
cursorPositionMethod · 0.45
isValidMethod · 0.45
urlMethod · 0.45
lineMethod · 0.45

Tested by

no test coverage detected