DAP: Fix several breakpoints windows during CMake debug

- Added breakpointManagerWindow and engineManagerWindow for
CMake debug mode
- Made CMake debug feature enable by default

Change-Id: I48fd62d8d63e991f31b245438ad8e7706552de32
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Artem Sokolovskii
2023-08-17 13:04:04 +02:00
parent e3808cf4f4
commit 3cdfdf1dd2
2 changed files with 136 additions and 72 deletions

View File

@@ -41,7 +41,7 @@ const char C_QMLDEBUGGER[] = "Qml/JavaScript Debugger";
const char C_DEBUGGER_NOTRUNNING[] = "Debugger.NotRunning";
const char PRESET_PERSPECTIVE_ID[] = "Debugger.Perspective.Preset";
const char CMAKE_PERSPECTIVE_ID[] = "Debugger.Perspective.Cmake";
const char CMAKE_PERSPECTIVE_ID[] = "CMakeDebugger";
const char TASK_CATEGORY_DEBUGGER_RUNTIME[] = "DebugRuntime";