Scroll to navigation

IsDebuggerPresent(3w) Wine API IsDebuggerPresent(3w)

NAME

IsDebuggerPresent (KERNEL32.@)

SYNOPSIS

BOOL IsDebuggerPresent
(
)
 

DESCRIPTION

Allows a process to determine if there is a debugger attached.
 

PARAMS

RETURNS

TRUE if there is a debugger attached.
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/kernel32/debugger.c".
Debug channel "debugstr".
Oct 2012 Wine API