For some tools, submenus under the relevant main menus (for example, the
Expression
menu on the Editor tool) contain a
Trace
submenu that allows you to set tracing options for the selected function, method, macro, or generic function. This is a useful shortcut to the
trace
macro, since it gives you some control over tracing in the environment without having to work directly at the Common Lisp prompt.
A Trace submenu generally has the following commands:
Choose
Trace Inside
to trace the currently selected function within the current context. Choosing this command sets the
:inside
option.
:break
option to
t
.