How to run debugging session in Eclipse but to invoke it outside Eclipse (instead of doing Run->Debug I want to invoke some process (maybe jdb?) that will start debug in Eclipse). Is that possible?
How to run debugging session in Eclipse but to invoke it outside Eclipse (instead
Share
As illustrated by this thread, it is possible through remote debugging (see remote debugging).
I.e: it won’t automatically launch Eclipse for you. You have to launch an Eclipse session and listen to the port used for remote debugging.