mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
Improve how we keep expanded variables in debugger.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user