Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Getting active launch target for a descriptor

Hi,

I am trying to hook in my delegates and launch configurations with the launch bar, and I have a question. How do I get the saved launch target last selected for a launch descriptor?

I am not looking for the active launch target, at any given time. I am looking for the active launch target for a descriptor that may itself not be active anymore. Is there a way to get this information from the launch manager?

Or do i have to set up a listener and maintain my own list?

Back to the top