MCPcopy 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
130int IDebugSession::currentLine() const
131{
132 Q_D(const IDebugSession);
133
134 return d->m_line;
135}
136
137QString IDebugSession::currentAddr() const
138{

Callers 15

showCurrentLineMethod · 0.80
testQStringMethod · 0.80
testQByteArrayMethod · 0.80
testQListContainerMethod · 0.80
testQMapIntMethod · 0.80
testQMapStringMethod · 0.80
testQMapStringBoolMethod · 0.80
testQHashIntMethod · 0.80
testQHashStringMethod · 0.80
testQSetIntMethod · 0.80
testQSetStringMethod · 0.80
testBreakOnStartMethod · 0.80

Calls

no outgoing calls

Tested by 15

testQStringMethod · 0.64
testQByteArrayMethod · 0.64
testQListContainerMethod · 0.64
testQMapIntMethod · 0.64
testQMapStringMethod · 0.64
testQMapStringBoolMethod · 0.64
testQHashIntMethod · 0.64
testQHashStringMethod · 0.64
testQSetIntMethod · 0.64
testQSetStringMethod · 0.64
testBreakOnStartMethod · 0.64
testUpdateBreakpointMethod · 0.64