Skip to content

Instantly share code, notes, and snippets.

@TarcisioFls
Created October 6, 2022 21:14
Show Gist options
  • Select an option

  • Save TarcisioFls/d0c19e7e2b5b6bbd732e1b30aef6e32e to your computer and use it in GitHub Desktop.

Select an option

Save TarcisioFls/d0c19e7e2b5b6bbd732e1b30aef6e32e to your computer and use it in GitHub Desktop.
Rodar remotamente o debug do eclipse
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:5005 -jar <NOME_DO_ARQUIVO>.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment