set ::otcl_traceExec 1
# do something
set ::otcl_traceExec 0
MashInspector allow you to peek into the object space in Mash, listing all available classes, objects, procedures and members. You can browse through the object space easily, and interact with Mash through a text entry.
To use MashInspector, you just need to import the class and create a new instance.
import MashInspector
new MashInspector