wc.setMappedResources(new IResource[] { project });
wc.setAttribute(
ICDTLaunchConfigurationConstants.ATTR_WORKING_DIRECTORY, "");//$NON-NLS-1$
- wc.setAttribute(
- TizenLaunchConfigurationConstants.ATTR_CONFIG_DEVICE_NAME,
- device.getDeviceName());
+ LaunchUtils.setDeviceToLaunchConfiguration(wc, device);
setStopAtMain(wc, project);
wc.setMappedResources(new IResource[] { project });
wc.setAttribute(
ICDTLaunchConfigurationConstants.ATTR_WORKING_DIRECTORY, "");//$NON-NLS-1$
- wc.setAttribute(
- TizenLaunchConfigurationConstants.ATTR_CONFIG_DEVICE_NAME,
- device.getDeviceName());
+ LaunchUtils.setDeviceToLaunchConfiguration(wc, device);
setStopAtMain(wc, project);