Skip to content

Instantly share code, notes, and snippets.

@pmauduit
Last active August 29, 2015 13:57
Show Gist options
  • Save pmauduit/9807684 to your computer and use it in GitHub Desktop.
Save pmauduit/9807684 to your computer and use it in GitHub Desktop.
Very useful tricks
## in a maven project:
$ mvn eclipse:eclipse -DdownloadSources=true
## JDWP
-agentlib:jdwp=transport=dt_socket,address=30303,server=y,suspend=n
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xmx2048M -XX:MaxPermSize=1024M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment