Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ url
Method
url
kdevplatform/debugger/breakpoint/breakpoint.cpp:262–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
setLocation(url, line());
261
}
262
QUrl Breakpoint::url() const {
263
return m_url;
264
}
265
void Breakpoint::setLocation(const QUrl& url, int line)
266
{
267
Q_ASSERT(m_kind == CodeBreakpoint);
Callers
15
textDocumentCreated
Method · 0.45
setupDocumentBreakpoints
Method · 0.45
documentUrlChanged
Method · 0.45
aboutToInvalidateMovingInterfaceContent
Method · 0.45
markContextMenuRequested
Method · 0.45
markChanged
Method · 0.45
documentSaved
Method · 0.45
breakpoint
Method · 0.45
assignUrl
Method · 0.45
updateMovingCursor
Method · 0.45
slotOpenFile
Method · 0.45
verifyBreakpointExpression
Function · 0.45
Calls
no outgoing calls
Tested by
5
verifyBreakpointExpression
Function · 0.36
verifyBreakpointLocation
Function · 0.36
printLines
Method · 0.36
setupPrimaryDocumentAndBreakpoint
Method · 0.36
testSetLocation
Method · 0.36