Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates a set of options and/or capabilities that apply to the attached debugger. Used in IDebugApplicationNode100::GetExcludedDocuments and IDebugApplicationNode100::SetFilterForEventSink
Important
These constants are implemented by PDM v10.0 and greater. Found in activdbg100.h.
Syntax
typedef SCRIPT_DEBUGGER_OPTIONS
Members
| Member | Value | Description |
|---|---|---|
| SDO_NONE | 0x00000000 | No options are set. |
| SDO_ENABLE_FIRST_CHANCE_EXCEPTIONS | 0x00000001 | Indicates that the script runtime should raise BREAKREASON_ERROR events when an exception is thrown. This option may be set by the debugger, or set by user-code via Debug.enableFirstChanceExceptions(<true|false>). |
| SDO_ENABLE_WEB_WORKER_SUPPORT | 0x00000002 | Indicates that the attached debugger supports web workers. |
See also
Active Script Debugger Constants, Enumerations, and Structures