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

Method gotoNextBreakpoint

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

Source from the content-addressed store, hash-verified

267}
268
269void TextEditor::gotoNextBreakpoint()
270{
271 d->gotoNextMark(1 << TextEditorPrivate::Breakpoint);
272}
273
274void TextEditor::gotoPreviousBreakpoint()
275{

Callers

nothing calls this directly

Calls 1

gotoNextMarkMethod · 0.80

Tested by

no test coverage detected