debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/LaunchWizardData.java
changeset 1067 856622c7b203
parent 1042 a1a443e77261
child 1069 16060a6479b9
equal deleted inserted replaced
1064:5d70f98a0746 1067:856622c7b203
   353 			}
   353 			}
   354 		}
   354 		}
   355 		return null;
   355 		return null;
   356 	}
   356 	}
   357 
   357 
   358 	private IPath getExePath() {
   358 	public IPath getExePath() {
   359 		// if attach, doesn't matter so return first exe
   359 		// if attach, doesn't matter so return first exe
   360 		if (exeSelection.equals(EExeSelection.ATTACH_TO_PROCESS))
   360 		if (exeSelection.equals(EExeSelection.ATTACH_TO_PROCESS))
   361 			return exes.isEmpty() ? Path.EMPTY : exes.get(0);
   361 			return exes.isEmpty() ? Path.EMPTY : exes.get(0);
   362 
   362 
   363 		// otherwise, see if we can use the selected path - process to launch string
   363 		// otherwise, see if we can use the selected path - process to launch string