| [news.eclipse.newcomer] Re: Debugging Java interface to 3rd party .exe |
Some clarification...
I'm using a CAD system (not written in Java) that allows synchronous Java applications to interface with it. The CAD system remains a parent to these interfacing Java applications, which are initially detected and started using its menus (i.e. closing the CAD system also closes the Java process). I want to debug my Java app, which requires I take control of the Java thread once it's been started by the CAD system. I guess this requires some command-line style flag in the CAD system script that starts the Java app. But what should that command be it order to start the Java app in debug mode within the Eclipse IDE?
Hope this helps, Eric