Indicates the state of a breakpoint.
Syntax
typedef enum tagBREAKPOINT_STATE { BREAKPOINT_DELETED = 0, BREAKPOINT_DISABLED = 1, BREAKPOINT_ENABLED = 2 } BREAKPOINT_STATE;
Constants
- BREAKPOINT_DELETED
- Breakpoint no longer exists, but there are still references.
- BREAKPOINT_DISABLED
- Breakpoint exists but is disabled.
- BREAKPOINT_ENABLED
- Breakpoint exists and is enabled.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Activdbg.h Minimum availability Internet Explorer 4.0