Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.
Syntax
HRESULT SetDebuggerOptions( [in] enum SCRIPT_DEBUGGER_OPTIONS mask, [in] enum SCRIPT_DEBUGGER_OPTIONS value );
Parameters
mask
The SCRIPT_DEBUGGER_OPTIONS Enumeration mask.
value
The SCRIPT_DEBUGGER_OPTIONS Enumeration value.
See also
IRemoteDebugApplication Interface
IRemoteDebugApplication110 Interface