Debugger-step into.

Ned Konz ned at bike-nomad.com
Sat Apr 28 14:03:34 UTC 2001


On Saturday 28 April 2001 01:26, 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?

The Send button or menu choice steps into a message send, while the Step 
steps over it.

It would be nice to have a "step until return" choice, though, so you could 
step into a message send and then go till you got back out (or were just 
about to).

-- 
Ned Konz
currently: Stanwood, WA
email:     ned at bike-nomad.com
homepage:  http://bike-nomad.com





More information about the Squeak-dev mailing list