Pregunta

How do I debug a Java application contained in a wrapper (like Tanuki Java Windows Service Wrapper) from within Eclipse? I understand that there is an option to set debug=true within the wrapper and run it., but if I want to do a live debug (stepping in/out), is there an option/method? Thanks.

¿Fue útil?

Solución

You can still attach a remote debugger from eclipse to the process using its process id.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top