Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ enableDebugTrace
Function
enableDebugTrace
src/backend/lib/Debug.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
return _debugTraceEnabled;
35
}
36
void enableDebugTrace(bool enabled) {
37
_debugTraceEnabled = enabled;
38
}
39
bool debugParserEnabled() {
40
return _debugParser;
41
}
Callers
3
applySettings
Method · 0.85
main
Function · 0.85
initTestCase
Method · 0.85
Calls
no outgoing calls
Tested by
1
initTestCase
Method · 0.68