Core Help Root: Commands: @trace-method


PROGRAMMER COMMAND

Syntax: @trace-method|@trace <method>

This command allows a programmer to find out where a method pass()'s to.

Example:

>@trace .name
Method trace of $vampire.name():
 ----    6 $root.name([args])
 ----   55 $has_name.name([args])

The first method listed is the top level method to which @trace was able to go back too. Following it, is each method farther away, until it can find no other matches.



the Cold Dark