Hello everyone,
I am currently developing a "debugger" java application that uses JDI to connect to an already running "target" java application. Is there anyway to have ant launch my target application then launch my "debugger" afterwards while the first application is still running?
Yes I know that I can develop the JDI app to launch the target program, but that is not what I want right now.
Thank you!