mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 09:36:29 +03:00
Fixes for checkboxes in tree views and table views. Fixes for breakpoints enable/disable.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user