stepper-friendly macros
Good time of day List, I have noticed that sometimes I can set stepper breakpoint at some points of my code containing macros, sometimes I can't. In one example, I can only set a breakpoint if macroexpander function modifies contents of original &whole source instead of consing fresh code. IMO source code is a literal data so one should not modify it. Is there a way to inform IDE on correspondance between conses in original and macroexpanded code so that I could set up breakpoints there? As an example, I would like to be able to set brekpoint at the beginning of "for" clause in "iterate". Thanks for attention, Budden _______________________________________________ Lisp Hug - the mailing list for LispWorks users lisp-hug@lispworks.com http://www.lispworks.com/support/lisp-hug.html