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

Method setBreakpointCondition

src/plugins/codeeditor/gui/texteditor.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void TextEditor::setBreakpointCondition(int line)
253{
254 editor.setBreakpointCondition(d->fileName, line);
255}
256
257bool TextEditor::breakpointEnabled(int line)
258{

Callers 1

showMarginMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected