Skip to content

Instantly share code, notes, and snippets.

@jeremyheiler
Created December 14, 2014 06:39
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/a3b0070ef66a49733e87 to your computer and use it in GitHub Desktop.
Save jeremyheiler/a3b0070ef66a49733e87 to your computer and use it in GitHub Desktop.
user> (debugger.core/attach)
-> new set
class: com.sun.tools.jdi.EventSetImpl$VMStartEventImpl
-> new set
class: com.sun.tools.jdi.EventSetImpl$ClassPrepareEventImpl
suspend policy: 2
enabled: true
breakpoint set
-> new set
class: com.sun.tools.jdi.EventSetImpl$BreakpointEventImpl
suspend policy: 2
enabled: true
c = 3
b = 2
a = 1
args = #<ArrayList []>
d = 16
-> new set
class: com.sun.tools.jdi.EventSetImpl$VMDeathEventImpl
-> new set
class: com.sun.tools.jdi.EventSetImpl$VMDisconnectEventImpl
disconnected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment