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.
Defines the set of debug events / exceptions which the script debugger can (potentially) auto-break on.
Syntax
typedef enum ScriptDebugEventFilter {
ScriptDebugEventFilterEntry,
ScriptDebugEventFilterException,
ScriptDebugEventFilterUnhandledException,
ScriptDebugEventFilterAbort
} ;
Constants
ScriptDebugEventFilterEntryIndicates that a break on EVERY ENTRY into the script from outside should break into the debugger. |
ScriptDebugEventFilterExceptionIndicates that any first chance exception should immediately break into the debugger. |
ScriptDebugEventFilterUnhandledExceptionScriptDebugEventFilterUnhandledException: Indicates that unhandled exceptions should immediately break into the debugger. |
ScriptDebugEventFilterAbortIndicates that an abort (core debugger BREAK/STOP this action) should break into the script debugger rather than aborting the script execution. |
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |