Fixes for checkboxes in tree views and table views. Fixes for breakpoints enable/disable.

This commit is contained in:
Martín Lucas Golini
2025-01-25 02:09:29 -03:00
parent 3cdfc849a8
commit b300c9d48b
9 changed files with 98 additions and 44 deletions

View File

@@ -83,6 +83,7 @@ class DebuggerPlugin : public PluginBase {
bool mInitialized{ false };
bool mFetchRegisters{ false };
bool mFetchGlobals{ false };
bool mChangingBreakpoint{ false };
std::string mProjectPath;
std::vector<DapTool> mDaps;