Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
274
void TextEditor::gotoPreviousBreakpoint()
275
{
276
d->gotoPreviousMark(1 << TextEditorPrivate::Breakpoint);
277
}
278
279
void TextEditor::clearAllBreakpoints()
280
{
Callers
nothing calls this directly
Calls
1
gotoPreviousMark
Method · 0.80
Tested by
no test coverage detected