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

Method removeBreakpoint

src/plugins/codeeditor/gui/tabwidget.cpp:910–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908}
909
910void TabWidget::removeBreakpoint(const QString &fileName, int line)
911{
912 if (auto editor = d->findEditor(fileName))
913 editor->removeBreakpoint(line);
914}
915
916void TabWidget::setBreakpointEnabled(const QString &fileName, int line, bool enabled)
917{

Callers 2

showMarginMenuMethod · 0.45

Calls 1

findEditorMethod · 0.80

Tested by

no test coverage detected