mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +00:00
HackStudio: Add icons for "step in" and "step out"
This commit is contained in:
parent
ebab512c03
commit
cb432ffe8c
6 changed files with 21 additions and 20 deletions
|
@ -45,9 +45,7 @@ public:
|
|||
|
||||
void update_state(const DebugSession&, const PtraceRegisters&);
|
||||
void program_stopped();
|
||||
|
||||
GUI::Action& continue_action();
|
||||
GUI::Action& singlestep_action();
|
||||
void set_debug_actions_enabled(bool enabled);
|
||||
|
||||
private:
|
||||
explicit DebugInfoWidget();
|
||||
|
@ -59,6 +57,8 @@ private:
|
|||
RefPtr<GUI::ToolBar> m_toolbar;
|
||||
RefPtr<GUI::Action> m_continue_action;
|
||||
RefPtr<GUI::Action> m_singlestep_action;
|
||||
RefPtr<GUI::Action> m_step_in_action;
|
||||
RefPtr<GUI::Action> m_step_out_action;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue