Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ removeDebugLine
Method
removeDebugLine
src/plugins/codeeditor/gui/tabwidget.cpp:1067–1071 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1065
}
1066
1067
void TabWidget::removeDebugLine()
1068
{
1069
for (auto editor : d->editorMng)
1070
editor->removeDebugLine();
1071
}
1072
1073
void TabWidget::gotoLine(int line)
1074
{
Callers
5
continueDebug
Method · 0.45
reverseContinue
Method · 0.45
exitDebug
Method · 0.45
next
Method · 0.45
handleRemoveDebugLine
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected