Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to stop a Launch which dynamically has processes from terminating
How to stop a Launch which dynamically has processes from terminating [message #310392] Thu, 30 November 2006 09:01
Eclipse UserFriend
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
Previous Topic:Plugin runs when launched from Eclipse, "cycle detected in classpath" with Export Wizard
Next Topic:Property pages for my own classes.
Goto Forum:
  


Current Time: Sun May 11 01:52:37 EDT 2025

Powered by FUDForum. Page generated in 0.02986 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top