Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1061
void TabWidget::setDebugLine(int line)
1062
{
1063
if (auto editor = d->currentTextEditor())
1064
editor->setDebugLine(line);
1065
}
1066
1067
void TabWidget::removeDebugLine()
1068
{
Callers
2
handleUpdateDebugLine
Method · 0.45
handleSetDebugLine
Method · 0.45
Calls
1
currentTextEditor
Method · 0.80
Tested by
no test coverage detected