Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ savedLine
Method
savedLine
kdevplatform/debugger/breakpoint/breakpoint.cpp:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
int Breakpoint::savedLine() const
252
{
253
return m_line;
254
}
255
256
void Breakpoint::setLine(int line) {
257
setLocation(m_url, line);
Callers
4
setupDocumentBreakpoints
Method · 0.80
verifyUntrackedBreakpoint
Method · 0.80
setupEditAndCheckPrimaryDocumentAndBreakpoints
Method · 0.80
testSetLocation
Method · 0.80
Calls
no outgoing calls
Tested by
3
verifyUntrackedBreakpoint
Method · 0.64
setupEditAndCheckPrimaryDocumentAndBreakpoints
Method · 0.64
testSetLocation
Method · 0.64