A launch mode. The debug platform contributes launch modes
for run, debug, and profile. Clients may contribute additional launch
modes in plug-in XML via the launchModes extension point.
Following is an example launch mode contribution for profiling. A launch
mode has an unique identifier specified by the mode attribute
and a human readable label specified by the label attribute.
launchModesextension point.Following is an example launch mode contribution for profiling. A launch mode has an unique identifier specified by the
modeattribute and a human readable label specified by thelabelattribute.<extension point="org.eclipse.debug.core.launchModes"> <launchMode mode="profile" label="Profile"> </launchMode> </extension>Clients are not intended to implement this interface.