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

Method handleRemoveDebugLine

src/plugins/codeeditor/gui/workspacewidget.cpp:851–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851void WorkspaceWidgetPrivate::handleRemoveDebugLine()
852{
853 for (auto tabWidget : tabWidgetList)
854 tabWidget->removeDebugLine();
855}
856
857void WorkspaceWidgetPrivate::handleGotoLine(const QString &fileName, int line)
858{

Callers

nothing calls this directly

Calls 1

removeDebugLineMethod · 0.45

Tested by

no test coverage detected