<div dir="ltr">Hi!<br><br>I attach some changes that make the debugger stop on the `self halt` message send (where the breakpoint was defined by the programmer), instead of showing the contents of the Object>>#halt method (seldom —if not never— needed).<br><br>The change also works for other breakpoint messages that begin with "halt", such as #haltOnce. It also leaves the frame visible in the debugger, so that in the (rare) case we need to debug the breakpoint method, we can manually go up the call stack and restart it.<br>An additional detail for code-review: the `self send` on #stepOutBreakpointMethods is necessary so that "Through" works as expected.<br><br>Cheers!<br>Facu</div>