Some refactor.

This commit is contained in:
Martín Lucas Golini
2025-01-12 00:36:14 -03:00
parent e67798f84d
commit b340fcbbf9
15 changed files with 648 additions and 417 deletions

View File

@@ -80,6 +80,7 @@ class DebuggerPlugin : public PluginBase {
Mutex mDapsMutex;
Mutex mBreakpointsMutex;
StatusDebuggerController::State mDebuggingState{ StatusDebuggerController::State::NotStarted };
std::vector<std::string> mExpressions;
// Begin Hover Stuff
Uint32 mHoverWaitCb{ 0 };