IsDebuggerPresent function kernel32

bool IsDebuggerPresent()

Determines whether the calling process is being debugged by a user-mode debugger.

To learn more, see learn.microsoft.com/windows/win32/api/debugapi/nf-debugapi-isdebuggerpresent.

Implementation

@pragma('vm:prefer-inline')
bool IsDebuggerPresent() => _IsDebuggerPresent() != FALSE;