Created
October 6, 2022 21:14
-
-
Save TarcisioFls/d0c19e7e2b5b6bbd732e1b30aef6e32e to your computer and use it in GitHub Desktop.
Rodar remotamente o debug do eclipse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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