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

Method handleSetDebugLine

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

Source from the content-addressed store, hash-verified

839}
840
841void WorkspaceWidgetPrivate::handleSetDebugLine(const QString &fileName, int line)
842{
843 auto tabWidget = currentTabWidget();
844 if (!tabWidget)
845 return;
846
847 tabWidget->openFile(fileName);
848 tabWidget->setDebugLine(line);
849}
850
851void WorkspaceWidgetPrivate::handleRemoveDebugLine()
852{

Callers

nothing calls this directly

Calls 2

openFileMethod · 0.45
setDebugLineMethod · 0.45

Tested by

no test coverage detected