Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.41 KB

cordebugmdaflags-enumeration.md

File metadata and controls

53 lines (39 loc) · 1.41 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: CorDebugMDAFlags Enumeration
CorDebugMDAFlags Enumeration
03/30/2017
CorDebugMDAFlags
mscordbi.dll
COM
CorDebugMDAFlags
CorDebugMDAFlags enumeration [.NET Framework debugging]
7c0c92fe-8bd2-477f-b307-aca0143732ca
apiref

CorDebugMDAFlags Enumeration

Specifies the status of the thread on which the managed debugging assistant (MDA) is fired.

Syntax

typedef enum CorDebugMDAFlags {  
    MDA_FLAG_SLIP = 0x2  
} CorDebugMDAFlags;  

Members

Member Description
MDA_FLAG_SLIP The thread on which the MDA was fired has slipped since the MDA was fired.

Remarks

When the call stack no longer describes where the MDA was originally raised, the thread is considered to have slipped. This is an unusual circumstance brought about by the thread's execution of an invalid operation upon exiting.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also