Thanks for the updated message.
Le 06/02/2017 �� 19:39, Sven Van Caekenberghe a ��crit :
> That last one is not correct. It has nothing to do with specific iteration selectors. It means: stop when execution returns in one of the argument blocks. It also works for #on:error: #streamContents: or any other message that accepts blocks as argument - which is pretty cool.
Strangely step over does not step in the bloc with #do: but does with
#to:do:
In the later case step over and through behave mostly the same, the
stack looks a bit different though.
Another question, I try to locate where the tooltips are set in the
debugger. I can't find it with traditional browser tools (send, class
use) and the finder:
The finder tells me "Through" is used in SpecThroughDebugAction, but
browser tells me there is no use case of this class. I see some pragma
in class side method, did it...
actionType
�� �� �� �� <debuggingAction>
�� �� �� �� <contextMenuDebuggingAction>
No user of actionType, but I guess user or pragma, how do you guys track
the logic from here