summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorItamar <itamar8910@gmail.com>2020-08-21 12:27:15 +0300
committerAndreas Kling <kling@serenityos.org>2020-08-22 09:48:59 +0200
commit99788e6b32863734413fe1f5d99f8907c7840f41 (patch)
tree21eaf32d4a71e3fe91a0259d15bc538d20ab12cc /Base
parentcb432ffe8c28a5a27daf2cf24ea2733a636e0a24 (diff)
downloadserenity-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)bin204 -> 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
index a61b4fb6aa..a61b4fb6aa 100644
--- a/Base/res/icons/16x16/debug-single-step.png
+++ b/Base/res/icons/16x16/debug-step-over.png
Binary files differ