debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/LaunchPlugin.java
changeset 1301 e1c5d5512540
parent 1296 9d0235f04d6d
child 1486 6d5ab7ac3c50
child 1576 ceccb3d7ade9
equal deleted inserted replaced
1296:9d0235f04d6d 1301:e1c5d5512540
   344 				final ILaunchCreationWizard wizard = openLaunchCreationWizard(launchOptions, wizardFactory);
   344 				final ILaunchCreationWizard wizard = openLaunchCreationWizard(launchOptions, wizardFactory);
   345 				config = wizard.getLaunchConfiguration();
   345 				config = wizard.getLaunchConfiguration();
   346 				openLaunchConfigDialog = wizard.shouldOpenLaunchConfigurationDialog();
   346 				openLaunchConfigDialog = wizard.shouldOpenLaunchConfigurationDialog();
   347 			}
   347 			}
   348 			catch (Exception e) {
   348 			catch (Exception e) {
   349 				throw new CoreException(new Status(IStatus.ERROR, getUniqueIdentifier(), 0, e.getMessage(), null )); //$NON-NLS-1$
   349 				throw new CoreException(new Status(IStatus.ERROR, getUniqueIdentifier(), 0, e.getMessage(), e )); //$NON-NLS-1$
   350 			}
   350 			}
   351 		}
   351 		}
   352 		
   352 		
   353 		if (config != null) {
   353 		if (config != null) {
   354 			if (openLaunchConfigDialog) {
   354 			if (openLaunchConfigDialog) {