Improve how we keep expanded variables in debugger.

This commit is contained in:
Martín Lucas Golini
2025-01-18 20:09:38 -03:00
parent 9a72b484de
commit b0d6e6153d
10 changed files with 95 additions and 38 deletions

View File

@@ -81,7 +81,8 @@ class DebuggerPlugin : public PluginBase {
friend class DebuggerClientListener;
bool mInitialized{ false };
bool mDisplayRegisters{ false };
bool mFetchRegisters{ false };
bool mFetchGlobals{ false };
std::string mProjectPath;
std::vector<DapTool> mDaps;