forked from qt-creator/qt-creator
Debugger: Allow debugging of custom executables again
Amends c81efc39c
.
Change-Id: I5f816371d8f08ffb127ba39891b2c5b8f7df7f20
Reviewed-by: Dominik Holland <dominik.holland@qt.io>
This commit is contained in:
@@ -1099,6 +1099,7 @@ DebuggerRunWorkerFactory::DebuggerRunWorkerFactory()
|
||||
addSupportedRunConfig(ProjectExplorer::Constants::QMAKE_RUNCONFIG_ID);
|
||||
addSupportedRunConfig(ProjectExplorer::Constants::QBS_RUNCONFIG_ID);
|
||||
addSupportedRunConfig(ProjectExplorer::Constants::CMAKE_RUNCONFIG_ID);
|
||||
addSupportedRunConfig(ProjectExplorer::Constants::CUSTOM_EXECUTABLE_RUNCONFIG_ID);
|
||||
}
|
||||
|
||||
} // Debugger
|
||||
|
Reference in New Issue
Block a user