Skip to content

Instantly share code, notes, and snippets.

@rombert
rombert / javad
Last active December 7, 2015 17:50
javad script, drop in ~/bin/ and never try to remember the Java debug flags again. Wherever you would use the java command, just use javad
#!/bin/sh
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=${SUSPEND:-n},address=${PORT:-30303} "$@"