RemoteDebugger Class |
This class reads and modifies the configuration of the RTX64 Remote Debugger. Assignments to
properties on an instance of this class modify Registry values that contain the persistent
state of the configuration of the Remote Debugger.

Assembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

The RemoteDebugger type exposes the following members.

Name | Description | |
---|---|---|
![]() | RemoteDebugger |
Constructor
|
Name | Description | |
---|---|---|
![]() | RemoteDebuggerEnable | Gets/sets whether or not remote debug attach connections to the computer are allowed. |
![]() | RemoteDebuggerName | Gets/sets the IPv4 address of the host system. |
![]() | RemoteDebuggerPort | Gets/sets the Port ID of the target system. This value must be between 1 and 65534. The default is 31094. |
![]() | RemoteDebuggerUriInUse | Retrieves the Uniform Resource Identifier (URI) in use by the target system. |

Name | Description | |
---|---|---|
![]() | Dispose |
Dispose method.
(Inherited from RTX64Object.) |
![]() | Reset | Resets all RTX64 remote debugger properties to their default values. |
![]() | ResetEnable | Resets the RemoteDebuggerEnable property to its default value (disabled). |
![]() | ResetName | Resets the RemoteDebuggerName property to the default IPv4 address of the host system. |
![]() | ResetPort | Resets the RemoteDebuggerPort property to its default port number (31094). |
