mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
HackStudio: Stop debugger when opening new project
Moved code to stop the debugger in the HackStudioWidget destructor to a new method so that this can be called in both the destructor and when opening a new project.
This commit is contained in:
parent
971a5a70d1
commit
ff2a1ee8b0
2 changed files with 8 additions and 1 deletions
|
@ -103,6 +103,7 @@ private:
|
|||
void update_statusbar();
|
||||
|
||||
void handle_external_file_deletion(const String& filepath);
|
||||
void stop_debugger_if_running();
|
||||
|
||||
void create_open_files_view(GUI::Widget& parent);
|
||||
void create_toolbar(GUI::Widget& parent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue