[Newbies] remembering variables

Randal L. Schwartz merlyn at stonehenge.com
Tue Jun 3 04:58:54 UTC 2008


>>>>> "peter" == peter h meadows <phm at sdf.lonestar.org> writes:

peter> Can I get the debugger to show a tree of message sends, that I can browse?
peter> Something like that?

Well, the debugger is always showing an execution stack.

And you can ask the code browser to show all senders and implementors
of the various messages in each method.

Is that what you're looking for?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion


More information about the Beginners mailing list