stack of invoked methods

Ned Konz ned at squeakland.org
Fri Mar 19 18:42:56 UTC 2004


On Friday 19 March 2004 7:46 am, Alexandre Bergel wrote:

> how could I get the complete stack of invoked methods?
> the debugger uses this information to let the user crawl over frames


thisContext contextStack

or

thisContext stackOfSize: <some number>


-- 
Ned Konz
http://bike-nomad.com/squeak/



More information about the Squeak-dev mailing list