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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top