Subject: Re: tracing function local to method
From: Erik Naggum <erik@naggum.net>
Date: Sun, 26 May 2002 19:51:08 GMT
Newsgroups: comp.lang.lisp
Message-ID: <3231431466509570@naggum.net>

* Vladimir Zolotykh <gsmith@eurocom.od.ua>
| Is it possible to trace local function inside a method in ACL61?

  Yes, when the method is named (method foo (person phone)), the labels
  form is named (labels (method foo (person phone)) send).  In order to
  trace a function name, not just a symbol, you have to use the list form
  since Allegro CL expects trace options if you specify a list.

:trace ((labels (method foo (person phone)) send))
-- 
  In a fight against something, the fight has value, victory has none.
  In a fight for something, the fight is a loss, victory merely relief.

  70 percent of American adults do not understand the scientific process.