MCPcopy 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
1067void TabWidget::removeDebugLine()
1068{
1069 for (auto editor : d->editorMng)
1070 editor->removeDebugLine();
1071}
1072
1073void TabWidget::gotoLine(int line)
1074{

Callers 5

continueDebugMethod · 0.45
reverseContinueMethod · 0.45
exitDebugMethod · 0.45
nextMethod · 0.45
handleRemoveDebugLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected