mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 09:04:53 +00:00
SystemMonitor: Add "Debug In HackStudio" action to process context menu
This action launches HackStudio with its debugger attached to the selected process.
This commit is contained in:
@@ -1091,7 +1091,7 @@ void HackStudioWidget::initialize_debugger()
|
||||
});
|
||||
GUI::Application::the()->event_loop().wake();
|
||||
},
|
||||
[this](float progress) {
|
||||
[](float progress) {
|
||||
if (GUI::Application::the()->active_window())
|
||||
GUI::Application::the()->active_window()->set_progress(progress * 100);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user