Skip to content

Commit

Permalink
Merge 7d16efa
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed May 14, 2024
2 parents addddb7 + 7d16efa commit bb9fcd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/GToolkit-Debugger/DebugSession.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,9 @@ DebugSession >> maxStackSearchDepth [
DebugSession >> restartInterruptedContext [
self restart: self interruptedContext
]

{ #category : #'*GToolkit-Debugger' }
DebugSession >> stepOverUntil: aBlock [
[ aBlock cull: interruptedContext ]
whileFalse: [ self stepOver: interruptedContext ]
]

0 comments on commit bb9fcd7

Please sign in to comment.