IDebuggerInfo::IsDebuggerAttached Method

Gets a value that indicates whether a managed debugger is attached to this process.

HRESULT IsDebuggerAttached (
        [out] BOOL *pbAttached
);

Parameters

  • pbAttached
    [out] A pointer to a value that is true if a managed debugger is attached to the process; otherwise, false.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: MSCorEE.idl

Library: Included as a resource in MSCorEE.dll

.NET Framework Version: 2.0

See Also

Concepts

IDebuggerInfo Interface