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

Method handleAddBreakpoint

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

Source from the content-addressed store, hash-verified

803}
804
805void WorkspaceWidgetPrivate::handleAddBreakpoint(const QString &fileName, int line, bool enabled)
806{
807 for (auto tabWidget : tabWidgetList)
808 tabWidget->addBreakpoint(fileName, line, enabled);
809}
810
811void WorkspaceWidgetPrivate::handleRemoveBreakpoint(const QString &fileName, int line)
812{

Callers

nothing calls this directly

Calls 1

addBreakpointMethod · 0.45

Tested by

no test coverage detected