final String name = target.toString();
final ILaunchConfigurationWorkingCopy wc = lcType.newInstance(null, name);
final Set<String> modes = new HashSet<String>();
modes.add(ILaunchManager.DEBUG_MODE);
final ILaunchDelegate[] delegates = lcType.getDelegates(modes);
final ILaunchConfigurationDelegate delegate = delegates[0].getDelegate();
if (!(delegate instanceof DebugTraceLaunchConfigurationDelegate)) {
return;
}
final DebugTraceLaunchConfigurationDelegate ldtlcd = (DebugTraceLaunchConfigurationDelegate) delegate;
ldtlcd.setInfo(target.getLaunch(), target,