forked from qt-creator/qt-creator
DAP: Add CMake support to DAP engine
Added CMake support to the DAP engine in Qt Creator. This feature can be enabled by setting the environment variable QTC_USE_CMAKE_DEBUGGER. CMake debug session can be started by clicking "Run CMake" or "Run". Note: Doesn't work with "Run debugging" in this patch. Works only with cmake 3.27.0 and newer. Change-Id: I756ea57f507aa4a6621ad62a8c0ef52c44a5185d Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -84,6 +84,7 @@ public:
|
||||
void setBreakOnMain(bool on);
|
||||
void setUseTerminal(bool on);
|
||||
void setRunAsRoot(bool on);
|
||||
void setCmakeDapDebugging(bool on);
|
||||
|
||||
void setCommandsAfterConnect(const QString &commands);
|
||||
void setCommandsForReset(const QString &commands);
|
||||
|
||||
Reference in New Issue
Block a user