mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-25 19:02:07 -05:00
HackStudio: Clean up debugger thread when debugger exits
Fixes #4393 :^)
This commit is contained in:
parent
58d6781cbb
commit
36c17d5371
1 changed files with 1 additions and 0 deletions
|
@ -676,6 +676,7 @@ void HackStudioWidget::initialize_debugger()
|
|||
m_debug_info_widget->program_stopped();
|
||||
m_disassembly_widget->program_stopped();
|
||||
m_stop_action->set_enabled(false);
|
||||
m_debugger_thread.clear();
|
||||
HackStudioWidget::hide_action_tabs();
|
||||
GUI::MessageBox::show(window(), "Program Exited", "Debugger", GUI::MessageBox::Type::Information);
|
||||
}));
|
||||
|
|
Loading…
Add table
Reference in a new issue