Skip to content

Instantly share code, notes, and snippets.

@jeremyheiler
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyheiler/600e6fd93f2e8e456199 to your computer and use it in GitHub Desktop.
Save jeremyheiler/600e6fd93f2e8e456199 to your computer and use it in GitHub Desktop.
user> (debugger.core/describe-connectors)
name: com.sun.jdi.CommandLineLaunch
class: com.sun.tools.jdi.SunCommandLineLauncher
description: Launches target using Sun Java VM command line and attaches to it
type: launching
transport: dt_socket
default: true
arguments: home=/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre
options=
main=
suspend=true
quote="
vmexec=java
name: com.sun.jdi.RawCommandLineLaunch
class: com.sun.tools.jdi.RawCommandLineLauncher
description: Launches target using user-specified command line and attaches to it
type: launching
transport: dt_socket
default: false
arguments: command=
quote="
address=
name: com.sun.jdi.SocketAttach
class: com.sun.tools.jdi.SocketAttachingConnector
description: Attaches by socket to other VMs
type: attaching
transport: dt_socket
default: false
arguments: timeout=
hostname=thirteen
port=
name: com.sun.jdi.SocketListen
class: com.sun.tools.jdi.SocketListeningConnector
description: Accepts socket connections initiated by other VMs
type: listening
transport: dt_socket
default: false
arguments: timeout=
port=
localAddress=
name: com.sun.jdi.ProcessAttach
class: com.sun.tools.jdi.ProcessAttachingConnector
description: Attaches to debuggee by process-id (pid)
type: attaching
transport: local
default: false
arguments: pid=
timeout=
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment