Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Indicates the state of a breakpoint.
Syntax
typedef enum tagBREAKPOINT_STATE {
BREAKPOINT_DELETED = 0,
BREAKPOINT_DISABLED = 1,
BREAKPOINT_ENABLED = 2
} BREAKPOINT_STATE;
Members
| Member | Description |
|---|---|
| BREAKPOINT_DELETED | The breakpoint no longer exists, but there are still references to it. |
| BREAKPOINT_DISABLED | The breakpoint exists but is disabled. |
| BREAKPOINT_ENABLED | The breakpoint exists and is enabled. |
See also
Active Script Debugger Constants, Enumerations, and Structures