Called to update debugger options. This method should be called after IRemoteDebugApplication::ConnectDebugger. The IRemoteDebugApplication::DisconnectDebugger method automatically resets to the default options. The options default to 0 (SDO_NONE).
Important |
---|
IRemoteDebugApplication Interface is implemented by PDM v11.0 and greater. Found in activdbg100.h. |
HRESULT SetDebuggerOptions( [in] enum SCRIPT_DEBUGGER_OPTIONS mask, [in] enum SCRIPT_DEBUGGER_OPTIONS value );
- mask
The SCRIPT_DEBUGGER_OPTIONS Enumeration mask.
- value
The SCRIPT_DEBUGGER_OPTIONS Enumeration value.