| 551 | } |
| 552 | |
| 553 | void RunController::debugCurrentLaunch() |
| 554 | { |
| 555 | Q_D(RunController); |
| 556 | |
| 557 | if (d->launchConfigurations.isEmpty()) { |
| 558 | showConfigurationDialog(); |
| 559 | } |
| 560 | |
| 561 | if (!d->launchConfigurations.isEmpty()) { |
| 562 | executeDefaultLaunch( QStringLiteral("debug") ); |
| 563 | } |
| 564 | } |
| 565 | |
| 566 | void RunController::slotProfile() |
| 567 | { |