Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ location
Method
location
kdevplatform/debugger/breakpoint/breakpoint.cpp:277–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
QString KDevelop::Breakpoint::location() {
278
return data(LocationColumn, LocationRole).toString();
279
}
280
281
282
void Breakpoint::save(KConfigGroup& config)
Callers
1
notifyHit
Method · 0.45
Calls
2
data
Function · 0.50
toString
Method · 0.45
Tested by
no test coverage detected