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. |
typedef SCRIPT_DEBUGGER_OPTIONS
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. |