tracing a function without knowing its name
- From: jimka <jimka@xxxxxxxxx>
- Date: 28 Apr 2007 11:31:40 -0700
Does anyone know how (or at least how with sbcl) to trace a function
object without knowing its name?
for example: here is a macro which is creating a function.
I'd like to trace it as well while I'm debugging.
(defmacro def-type (type-name lambda-list &rest body)
`(new-type ',type-name (lambda ,lambda-list ,@body)))
-jim
.
- Follow-Ups:
- Re: tracing a function without knowing its name
- From: Juho Snellman
- Re: tracing a function without knowing its name
- From: Pascal Bourguignon
- Re: tracing a function without knowing its name
- From: Duane Rettig
- Re: tracing a function without knowing its name
- Prev by Date: Re: What are the domains that lisp doesn't fit int?
- Next by Date: Re: splicing with subst
- Previous by thread: problem with Google groups?
- Next by thread: Re: tracing a function without knowing its name
- Index(es):
Relevant Pages
|