How to stop a Launch which dynamically has processes from terminating [message #310392] |
Thu, 30 November 2006 09:01 |
Eclipse User |
|
|
|
I have created some launch configurations, one of them is supposed to handle
frquent calls to external executables.
I also have a special view for this where I display in a tree the
launch -es, and for each launch a controller (and some more info).
The user can start the external process (configured in a launch
configuration) by invoking an action that is provided on a pop-up menu.
The external process is started with
DebugPlugin.newProcess(launch, proc,..)
When this process terminates I can still offer the user to start it again.
The problem is:
However if the user has a debug view on the workspace, then he/she will see
the launch as <terminated>.
How can I tell the Launch that is should not terminate when the process
terminates, as there might be other processes later?
The question is not how to display it, but how to keep the debug view's
displayed label tell that the Launch is still not terminated.
BR,
Kristof
|
|
|
Powered by
FUDForum. Page generated in 0.02986 seconds