More WIP.

This commit is contained in:
Martín Lucas Golini
2025-01-03 00:00:10 -03:00
parent 443aead0df
commit a96e033b81
14 changed files with 197 additions and 22 deletions

View File

@@ -64,7 +64,7 @@ class DebuggerPlugin : public PluginBase {
UIDropDownList* mUIDebuggerList{ nullptr };
UIDropDownList* mUIDebuggerConfList{ nullptr };
UIPushButton* mRunButton{ nullptr };
UnorderedMap<std::string, UnorderedSet<SourceBreakpoint>> mBreakpoints;
UnorderedMap<std::string, UnorderedSet<SourceBreakpointStateful>> mBreakpoints;
Mutex mBreakpointsMutex;
DebuggerPlugin( PluginManager* pluginManager, bool sync );