MCPcopy 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
215bool IsDebuggerPresent()
216{
217 return false;
218}
219
220
221#endif

Callers 5

ThrowIndexOutOfRangeMethod · 0.85
FatalErrorMethod · 0.85
ProfilerCmdMethod · 0.85
ReportFailureMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected