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

Method setBreakpointEnabled

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

Source from the content-addressed store, hash-verified

914}
915
916void TabWidget::setBreakpointEnabled(const QString &fileName, int line, bool enabled)
917{
918 if (auto editor = d->findEditor(fileName))
919 editor->setBreakpointEnabled(line, enabled);
920}
921
922void TabWidget::toggleBreakpoint()
923{

Callers 4

enableBreakpointsMethod · 0.45
disableBreakpointsMethod · 0.45
showMarginMenuMethod · 0.45

Calls 1

findEditorMethod · 0.80

Tested by

no test coverage detected