Shared Memory Transport (dt_shmem)

Shared memory transport currently only available on the Win32 platform. The shared transport uses Win32 shared memory primitives to communication information between BugSeeker and the process being debugged. Unlike the socket transport type, shared memory transport only supports debugging processes run on the same machine as BugSeeker.

Addresses used by both the client and the server are simply names (eg. "javadebug"). The name address string can consist of any combination of characters except the backslash (\) character.