Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsDebuggerPresent
Function
IsDebuggerPresent
BeefRT/rt/Internal.cpp:215–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
#ifndef BF_PLATFORM_WINDOWS
214
215
bool IsDebuggerPresent()
216
{
217
return false;
218
}
219
220
221
#endif
Callers
5
ThrowIndexOutOfRange
Method · 0.85
ThrowObjectNotInitialized
Method · 0.85
FatalError
Method · 0.85
ProfilerCmd
Method · 0.85
ReportFailure
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected