Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ currentLine
Method
currentLine
kdevplatform/debugger/interfaces/idebugsession.cpp:130–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
int IDebugSession::currentLine() const
131
{
132
Q_D(const IDebugSession);
133
134
return d->m_line;
135
}
136
137
QString IDebugSession::currentAddr() const
138
{
Callers
15
showCurrentLine
Method · 0.80
testQString
Method · 0.80
testQByteArray
Method · 0.80
testQListContainer
Method · 0.80
testQMapInt
Method · 0.80
testQMapString
Method · 0.80
testQMapStringBool
Method · 0.80
testQHashInt
Method · 0.80
testQHashString
Method · 0.80
testQSetInt
Method · 0.80
testQSetString
Method · 0.80
testBreakOnStart
Method · 0.80
Calls
no outgoing calls
Tested by
15
testQString
Method · 0.64
testQByteArray
Method · 0.64
testQListContainer
Method · 0.64
testQMapInt
Method · 0.64
testQMapString
Method · 0.64
testQMapStringBool
Method · 0.64
testQHashInt
Method · 0.64
testQHashString
Method · 0.64
testQSetInt
Method · 0.64
testQSetString
Method · 0.64
testBreakOnStart
Method · 0.64
testUpdateBreakpoint
Method · 0.64