Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Public Access to LaunchConfigurationManager.getLastLaunch()

I am working on a command-line plugin that includes a command to launch
or run a given launch config, including the option of using the default
config as defined by the UI.  Unfortunately it appears that the default
UI launch config is only available from the internal API:

  LaunchConfigurationManager.getLastLaunch()

which I am currently accessing by calling:

 
DebugUIPlugin.getDefault().getLaunchConfigurationManager().getLastLaunch
()

Does anyone know of a way to do this using public APIs?  If not, it
seems like DebugUITools might be the right place to host this API.

Tom Hochstein
Freescale Semiconductor, Inc.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The information contained in this Email has been classified:
[x] Public
[ ] Freescale Internal Use Only
[ ] Freescale Confidential Proprietary



Back to the top