| VirtualBox Main API
    | 
Controls the guest debug settings of one virtual machine. More...
 
 | Public Attributes | |
| attribute GuestDebugProvider | debugProvider | 
| The currently active debug provider. | |
| attribute GuestDebugIoProvider | debugIoProvider | 
| The I/O backend for the selected debug provider. | |
| attribute wstring | debugAddress | 
| The address to connect to or listen on, depending on the type. | |
| attribute unsigned long | debugPort | 
| The port to listen on or connect to, depending on the selected I/O provider. | |
Controls the guest debug settings of one virtual machine.
{1474BB3A-F096-4CD7-A857-8D8E3CEA7331} | attribute GuestDebugProvider IGuestDebugControl::debugProvider | 
The currently active debug provider.
| attribute GuestDebugIoProvider IGuestDebugControl::debugIoProvider | 
The I/O backend for the selected debug provider.
| attribute wstring IGuestDebugControl::debugAddress | 
The address to connect to or listen on, depending on the type.
| attribute unsigned long IGuestDebugControl::debugPort | 
The port to listen on or connect to, depending on the selected I/O provider.
Might be ignored by some providers.