mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 18:46:29 +03:00
Added "Build & Run" and "Build & Debug" buttons.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user