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: Available since 2.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา