Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
QUrl IDebugSession::currentUrl() const
124
{
125
Q_D(const IDebugSession);
126
127
return d->m_url;
128
}
129
130
int IDebugSession::currentLine() const
131
{
Callers
1
showCurrentLine
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected