1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Use the super's verifyCProject.

This commit is contained in:
Ken Ryall 2010-03-09 05:25:00 +00:00
parent 8314d32e9c
commit 06c10e1f7e

View file

@ -208,7 +208,7 @@ public class GdbLaunchDelegate extends AbstractCLaunchDelegate2
*/
protected IPath checkBinaryDetails(final ILaunchConfiguration config) throws CoreException {
// First verify we are dealing with a proper project.
ICProject project = LaunchUtils.verifyCProject(config);
ICProject project = verifyCProject(config);
// Now verify we know the program to debug.
IPath exePath = LaunchUtils.verifyProgramPath(config, project);
// Finally, make sure the program is a proper binary.