forked from qt-creator/qt-creator
DAP: Add CMake debug to the debug panel
This commit introduces the capability to initiate CMake Debug sessions directly from the debug panel in the QtCretor. Change-Id: I00245e0e14aded378e881c4049cdc41dd1fbd00e Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <debugger/debuggerengine.h>
|
||||
|
||||
#include <utils/process.h>
|
||||
|
||||
#include <QVariant>
|
||||
@@ -108,7 +109,7 @@ private:
|
||||
void handleDapConfigurationDone();
|
||||
|
||||
void dapStackTrace();
|
||||
void dapScopes();
|
||||
void dapScopes(int frameId);
|
||||
void threads();
|
||||
void dapVariables(int variablesReference);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user