forked from qt-creator/qt-creator
DAP: Add check that cmake 3.27 or higher
If CMake version is lower then 3.27 - Shows the warning in general message - Starts CMake without debugging - Stops debugging correctly Change-Id: Ibb13555c20ae2961c0a3c2ef6ec0fcc25930dddc Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -830,8 +830,8 @@ DebuggerPluginPrivate::DebuggerPluginPrivate(const QStringList &arguments)
|
||||
});
|
||||
|
||||
connect(&m_startCmakeAction, &QAction::triggered, this, [] {
|
||||
// ProjectTree::currentBuildSystem()->requestDebugging();
|
||||
ProjectExplorerPlugin::runStartupProject(ProjectExplorer::Constants::CMAKE_DEBUG_RUN_MODE, true);
|
||||
ProjectExplorerPlugin::runStartupProject(ProjectExplorer::Constants::CMAKE_DEBUG_RUN_MODE,
|
||||
true);
|
||||
});
|
||||
|
||||
connect(&m_debugWithoutDeployAction, &QAction::triggered, this, [] {
|
||||
|
||||
Reference in New Issue
Block a user