MCPcopy Create free account
hub / github.com/KDE/kdevelop / currentUrl

Method currentUrl

kdevplatform/debugger/interfaces/idebugsession.cpp:123–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123QUrl IDebugSession::currentUrl() const
124{
125 Q_D(const IDebugSession);
126
127 return d->m_url;
128}
129
130int IDebugSession::currentLine() const
131{

Callers 1

showCurrentLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected