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

Method toggleBreakpoint

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

Source from the content-addressed store, hash-verified

920}
921
922void TabWidget::toggleBreakpoint()
923{
924 auto editor = d->currentTextEditor();
925 if (editor && editor->hasFocus())
926 editor->toggleBreakpoint();
927}
928
929void TabWidget::clearAllBreakpoints()
930{

Callers 1

Calls 2

currentTextEditorMethod · 0.80
hasFocusMethod · 0.80

Tested by

no test coverage detected