Debugger-step into.

Henrik Gedenryd Henrik.Gedenryd at lucs.lu.se
Sat Apr 28 14:58:04 UTC 2001


Thaddeus L. Olczyk wrote:

> Ok.
> To stop the debugger in a method at a line, I put "self halt."
> just before that line. But what if I'm tracing through some code
> and I want to step into a method being passed a message. ( Then
> step through code in that message.)
> How can I do this?

This is what the command "send" does, it sends the message, placing the
debugger inside the method that is executed in the receiver as a result of
receiving the message.

Perhaps "send" is not the best name for it.

hope this helps,
Henrik






More information about the Squeak-dev mailing list