Added "Build & Run" and "Build & Debug" buttons.

This commit is contained in:
Martín Lucas Golini
2025-05-21 00:33:25 -03:00
parent 8b56ad8708
commit b6ead5f2fd
11 changed files with 98 additions and 12 deletions

View File

@@ -103,6 +103,7 @@ class DebuggerPlugin : public PluginBase {
UIDropDownList* mUIDebuggerList{ nullptr };
UIDropDownList* mUIDebuggerConfList{ nullptr };
UIPushButton* mRunButton{ nullptr };
UIPushButton* mBuildAndRunButton{ nullptr };
BreakpointsHolder mBreakpoints;
UnorderedSet<std::string> mPendingBreakpoints;
std::shared_ptr<BreakpointsModel> mBreakpointsModel;