Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: Re[platform-debug-dev] dundant launches remain in Debug View after Run

Are you using a custom implementation of ILaunch?

The launch must fire a terminate event when it terminates so interested 
parties update. The simplest way to do this (if you are using a custom 
implementation of ILaunch, which is a subclass of Launch) is to call 
"Launch.fireTerminated()".

Darin 



"Vincent W. Hou" <Vincent.Hou@xxxxxxxxxxxxxxxxx> 
Sent by: platform-debug-dev-bounces@xxxxxxxxxxx
10/30/2008 02:53 PM
Please respond to
"Eclipse Platform Debug component developers list." 
<platform-debug-dev@xxxxxxxxxxx>


To
platform-debug-dev@xxxxxxxxxxx
cc

Subject
Re[platform-debug-dev] dundant launches remain in Debug View after Run







We developed a Launch Configuration to run an ESB service. The problem is
that each time we run an ESB service, a new launch configuration is
accumulated to the Debug view despite the fact that we are running the 
same
service (see below). 

  test3 [ESB Service] 
  test3 [ESB Service] 
  test3 [ESB Service] 

We were hoping to see the name change in the history to something like
<terminated> launch name and the launch will be reused next time the same
service is run (see below).

  <terminated> test3 [ESB Service]

For your information, the isTerminated() method does return true, meaning
that our launch has been terminated. For some reason, it does not update 
the
launch information with <terminated> and then reuse the same service next
time it is run again. 

Does anybody have a solution for this problem?

Thanks,

Vincent Hou
-- 
View this message in context: 
http://www.nabble.com/Redundant-launches-remain-in-Debug-View-after-Run-tp20254181p20254181.html

Sent from the Eclipse Platform - debug mailing list archive at Nabble.com.

_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev




Back to the top