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

Method addBreakpoint

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

Source from the content-addressed store, hash-verified

902}
903
904void TabWidget::addBreakpoint(const QString &fileName, int line, bool enabled)
905{
906 if (auto editor = d->findEditor(fileName))
907 editor->addBreakpoint(line, enabled);
908}
909
910void TabWidget::removeBreakpoint(const QString &fileName, int line)
911{

Callers 3

handleAddBreakpointMethod · 0.45
showMarginMenuMethod · 0.45
setMarkersMethod · 0.45

Calls 1

findEditorMethod · 0.80

Tested by

no test coverage detected