Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ isDebuggerActive
Function
isDebuggerActive
tests/framework/src/doctest.cpp:1425–1425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1423
1424
#ifdef DOCTEST_IS_DEBUGGER_ACTIVE
1425
bool isDebuggerActive() { return DOCTEST_IS_DEBUGGER_ACTIVE(); }
1426
#else // DOCTEST_IS_DEBUGGER_ACTIVE
1427
#ifdef DOCTEST_PLATFORM_LINUX
1428
class ErrnoGuard {
Callers
4
handleException
Method · 0.85
FatalConditionHandler
Method · 0.85
log
Method · 0.85
run
Method · 0.85
Calls
2
compare
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected