mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
HackStudio: Highlight register changes, minor disassembly view fix
Also adds shortcuts for step in (F11), step out (Shift-F11) and step over (F10).
This commit is contained in:
parent
16da91b7e7
commit
5fd88e51c5
Notes:
sideshowbarker
2024-07-19 02:59:49 +09:00
Author: https://github.com/Lubrsi
Commit: 5fd88e51c5
Pull-request: https://github.com/SerenityOS/serenity/pull/3352
4 changed files with 49 additions and 4 deletions
|
@ -81,6 +81,7 @@ void DisassemblyWidget::program_stopped()
|
|||
{
|
||||
m_disassembly_view->set_model({});
|
||||
m_function_name_label->set_text("");
|
||||
hide_disassembly("Program isn't running");
|
||||
}
|
||||
|
||||
void DisassemblyWidget::show_disassembly()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue