Skip to content

Instantly share code, notes, and snippets.

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 zabih-alipour/7bec86c6a62e224c64d681365b31e6e3 to your computer and use it in GitHub Desktop.
Save zabih-alipour/7bec86c6a62e224c64d681365b31e6e3 to your computer and use it in GitHub Desktop.
Attach idea debagger to maven testcase
mvn -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -Xnoagent -Djava.compiler=NONE" -Dtest=BankAccountTest test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment