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

Method gotoPreviousBreakpoint

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

Source from the content-addressed store, hash-verified

272}
273
274void TextEditor::gotoPreviousBreakpoint()
275{
276 d->gotoPreviousMark(1 << TextEditorPrivate::Breakpoint);
277}
278
279void TextEditor::clearAllBreakpoints()
280{

Callers

nothing calls this directly

Calls 1

gotoPreviousMarkMethod · 0.80

Tested by

no test coverage detected