Transport Type

A transport type if the form of inter-process communication used by BugSeeker to communicate with the Virtual Machine of the program being debugged. Each transport type is assigned a unique name by the JPDA. When run under the Win32 platform, two transport types are available: shared memory transport (dt_shmem) and socket transport (dt_socket). On all other platforms, only socket transport type is available (the shared memory transport selector type will be disabled on these non-Win32 platforms).