Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ DebugModeSettingPath
Function
DebugModeSettingPath
Telegram/SourceFiles/core/launcher.cpp:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
QString DebugModeSettingPath() {
106
return cWorkingDir() + u
"tdata/withdebug"
_q;
107
}
108
109
void WriteDebugModeSetting() {
110
auto file = QFile(DebugModeSettingPath());
Callers
2
WriteDebugModeSetting
Function · 0.85
ComputeDebugMode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected