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:
parent
8314d32e9c
commit
06c10e1f7e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue