.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH IsDebuggerPresent 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBIsDebuggerPresent\fR (KERNEL32.@) .SH SYNOPSIS BOOL IsDebuggerPresent ( ) .SH DESCRIPTION .PP Allows a process to determine if there is a debugger attached. .SH PARAMS .SH RETURNS \fBTRUE\fR if there is a debugger attached. .PP .SH IMPLEMENTATION .PP Declared in \fB"winbase.h"\fR. .PP Implemented in \fB"dlls/kernel32/debugger.c"\fR. .PP Debug channel \fB"debugstr"\fR.