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

Method setDebugLine

src/plugins/codeeditor/gui/tabwidget.cpp:1061–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059}
1060
1061void TabWidget::setDebugLine(int line)
1062{
1063 if (auto editor = d->currentTextEditor())
1064 editor->setDebugLine(line);
1065}
1066
1067void TabWidget::removeDebugLine()
1068{

Callers 2

handleUpdateDebugLineMethod · 0.45
handleSetDebugLineMethod · 0.45

Calls 1

currentTextEditorMethod · 0.80

Tested by

no test coverage detected