Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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