I would like to debug an external launched jar application inside my Eclipse.
The way I'm launching the jar
file is:
java -jar "D:\tools\swagger-codegen-cli.jar" generate -i http://guest1:8080/dbox/cmng/swagger.json -l typescript-angular2 -v
This jar
file is generated using mvn package
and copied in D:\tools\
.
I've cloned git repository and I've imported the maven project inside Eclipse.
Is there any ideas?