MCPcopy Create free account
hub / github.com/KDE/kdevelop / debugCurrentLaunch

Method debugCurrentLaunch

kdevplatform/shell/runcontroller.cpp:553–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553void 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
566void RunController::slotProfile()
567{

Callers 1

runMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected