VirtualBox Main API
Public Attributes | List of all members
IGuestDebugControl Interface Reference

Controls the guest debug settings of one virtual machine. More...

Inheritance diagram for IGuestDebugControl:

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.
 

Detailed Description

Controls the guest debug settings of one virtual machine.

Interface ID:
{1474BB3A-F096-4CD7-A857-8D8E3CEA7331}

Member Data Documentation

◆ debugProvider

attribute GuestDebugProvider IGuestDebugControl::debugProvider

The currently active debug provider.

◆ debugIoProvider

attribute GuestDebugIoProvider IGuestDebugControl::debugIoProvider

The I/O backend for the selected debug provider.

◆ debugAddress

attribute wstring IGuestDebugControl::debugAddress

The address to connect to or listen on, depending on the type.

◆ debugPort

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.