diff options
author | Itamar <itamar8910@gmail.com> | 2020-08-21 12:27:15 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-22 09:48:59 +0200 |
commit | 99788e6b32863734413fe1f5d99f8907c7840f41 (patch) | |
tree | 21eaf32d4a71e3fe91a0259d15bc538d20ab12cc /Base | |
parent | cb432ffe8c28a5a27daf2cf24ea2733a636e0a24 (diff) | |
download | serenity-99788e6b32863734413fe1f5d99f8907c7840f41.zip |
HackStudio: Implement "Step Out" debugging action
The "Step Out" action continues execution until the current function
returns.
Also, LibDebug/StackFrameUtils was introduced to eliminate the
duplication of stack frame inspection logic between the "Step Out"
action and the BacktraceModel.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/16x16/debug-step-over.png (renamed from Base/res/icons/16x16/debug-single-step.png) | bin | 204 -> 204 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/16x16/debug-single-step.png b/Base/res/icons/16x16/debug-step-over.png Binary files differindex a61b4fb6aa..a61b4fb6aa 100644 --- a/Base/res/icons/16x16/debug-single-step.png +++ b/Base/res/icons/16x16/debug-step-over.png |