Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
269
void TextEditor::gotoNextBreakpoint()
270
{
271
d->gotoNextMark(1 << TextEditorPrivate::Breakpoint);
272
}
273
274
void TextEditor::gotoPreviousBreakpoint()
275
{
Callers
nothing calls this directly
Calls
1
gotoNextMark
Method · 0.80
Tested by
no test coverage detected