Community
Participate
Working Groups
Build Identifier: org.eclipse.cdt.launch.LaunchUtils contains two getBinary methods and org.eclipse.cdt.launch.ui.CDebuggerTab uses one of them after turning an ILaunchConfiguration into a programName and projectName. Since other classes want to be able to do a getBinary starting from an ILaunchConfiguration it makes sense to put this functionality into LaunchUtils to avoid duplicating it. I have a patch which does this. (Sorry if this is the wrong component I am not sure what /launch maps to) Reproducible: Always
Created attachment 202988 [details] Patch to do this