mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 15:07:45 +00: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_debug_info_widget->program_stopped();
|
||||||
m_disassembly_widget->program_stopped();
|
m_disassembly_widget->program_stopped();
|
||||||
m_stop_action->set_enabled(false);
|
m_stop_action->set_enabled(false);
|
||||||
|
m_debugger_thread.clear();
|
||||||
HackStudioWidget::hide_action_tabs();
|
HackStudioWidget::hide_action_tabs();
|
||||||
GUI::MessageBox::show(window(), "Program Exited", "Debugger", GUI::MessageBox::Type::Information);
|
GUI::MessageBox::show(window(), "Program Exited", "Debugger", GUI::MessageBox::Type::Information);
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue