Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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